main.c --------------------------------------------------------  #include <sys/types.h>        #include <sys/socket.h&
原创 2013-01-29 15:31:03
946阅读
struct netent *getnetent(void);struct netent *getnetbyname(const char *name);struct netent *getnetbyaddr(uint32_t net, int type);void setnetent(int stayopen);void endnetent(void);/* Description
原创 2023-09-11 11:04:33
64阅读
描述 此功能告诉系统您不再希望使用getnetent从网络列表中读取条目。 语法 以下是此函数的简单语法- en...
原创 2023-08-07 15:00:22
103阅读
描述 该函数应在第一次调用getnetent之前调用。 STAYOPEN参数是可选的,在大多数系统上未使用。当getnete...
原创 2023-08-15 12:00:34
99阅读