HomeSort by: relevance | last modified time | path
    Searched defs:protoent (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/getaddrinfo/
support.c 77 struct protoent *protoent; local in function:parse_protocol
82 protoent = getprotobyname(string);
83 if (protoent == NULL)
86 *protop = protoent->p_proto;
getaddrinfo.c 175 struct protoent *protoent; local in function:printaddrinfo
199 protoent = getprotobynumber(ai->ai_protocol);
200 if (protoent == NULL)
203 n = printf(" %s", protoent->p_name);
  /src/include/
netdb.h 181 struct protoent { struct
330 struct protoent *getprotobyname(const char *);
331 struct protoent *getprotobynumber(int);
332 struct protoent *getprotoent(void);

Completed in 12 milliseconds