getproto.man
来自「eCos操作系统源码」· MAN 代码 · 共 16 行
MAN
16 行
NAME getprotobyname, getprotobynumber - get protocol entrySYNOPSIS #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 + -
显示快捷键?