Searched refs:servent (Results 1 – 25 of 26) sorted by relevance
12
167 struct servent { struct747 struct servent FAR * PASCAL FAR getservbyport(int port, const char FAR * proto);749 struct servent FAR * PASCAL FAR getservbyname(const char FAR * name,785 typedef struct servent SERVENT;786 typedef struct servent *PSERVENT;787 typedef struct servent FAR *LPSERVENT;
78 struct servent *servent; in ParsePort() local82 servent = getservbyname(service, proto); in ParsePort()83 if (servent != 0) in ParsePort()84 return ntohs(servent->s_port); in ParsePort()
66 struct servent *sp; in tcp_OpenConnection()
203 struct servent *sp; in udp_CreateDevice()
326 struct servent *sp; in StrToPort()
66 const struct servent *service; in port_to_service()
132 const struct servent *service; in port_to_service()
214 const struct servent *service; in port_to_service()
304 const struct servent *service; in port_to_service()
261 const struct servent *service; in port_to_service()
154 struct servent *sp; in getaddrinfo()
159 struct servent *sp; in getaddrinfo()
110 struct servent *sp;
1032 struct servent *sp;
500 struct servent* PASCAL getservbyname(const char*,const char*);715 struct servent *getservbyname(const char *name, const char *proto);
107 struct servent *pse; in connectsock()
173 struct servent *sp; in pcap_nametoport()
87 struct servent *svp; in set_option_srv()
548 struct servent *s; in extract_port()
128 struct servent *sv; in main()
178 struct servent *s; in BIO_get_port()
561 struct servent *se; in __resolve_service()1106 struct servent *se1 = NULL; in parse_hostcond()1107 struct servent *se2 = NULL; in parse_hostcond()
690 struct servent *sv; in init_servarray()
249 struct servent *sp; in main()
474 struct servent *service; in xtables_service_to_port()