getproto.man

来自「eCos/RedBoot for勤研ARM AnywhereII(4510) 含」· MAN 代码 · 共 16 行

MAN
16
字号
NAME
       getprotobyname,  getprotobynumber - get protocol entry

SYNOPSIS
       #include <network.h>

       struct protoent *getprotobyname(const char *name);

       struct protoent *getprotobynumber(int proto);

DESCRIPTION
       The getprotobyname() function returns a protoent structure
       for the line from /etc/protocols that matches the protocol
       name name.

       The  getprotobynumber() function returns a protoent struc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?