Searched refs:proto (Results 1 – 2 of 2) sorted by relevance
/hesiod/nss_hesiod/ |
A D | hesiod-proto.c | 59 lookup (const char *name, const char *type, struct protoent *proto, in lookup() argument 100 parse_res = parse_line (buffer, proto, data, buflen, errnop); in lookup() 128 _nss_hesiod_getprotobyname_r (const char *name, struct protoent *proto, in _nss_hesiod_getprotobyname_r() argument 131 return lookup (name, "protocol", proto, buffer, buflen, errnop); in _nss_hesiod_getprotobyname_r() 135 _nss_hesiod_getprotobynumber_r (const int protocol, struct protoent *proto, in _nss_hesiod_getprotobynumber_r() argument 142 return lookup (protostr, "protonum", proto, buffer, buflen, errnop); in _nss_hesiod_getprotobynumber_r()
|
/hesiod/ |
A D | Makefile | 31 libnss_hesiod-routines := hesiod hesiod-grp hesiod-proto \
|
Completed in 3 milliseconds