Home
last modified time | relevance | path

Searched refs:getprotobyname_r (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/net/
H A Dgetprotoname.c99 getprotobyname_r(const char *name, struct protoent *pptr, char *buffer, in getprotobyname_r() function
136 if (getprotobyname_r(name, &pd->proto, pd->data, sizeof(pd->data), in getprotobyname()
H A DSymbol.map43 getprotobyname_r;
H A DMakefile.inc84 getprotoent.3 getprotobyname_r.3 \
/dragonfly/contrib/libpcap/
H A Dnametoaddr.c527 err = getprotobyname_r(str, &result_buf, buf, sizeof buf, &p); in pcap_nametoproto()
542 p = getprotobyname_r(str, &result_buf, buf, (int)sizeof buf); in pcap_nametoproto()
550 if (getprotobyname_r(str, &result_buf, &proto_data) == -1) in pcap_nametoproto()
/dragonfly/include/
H A Dnetdb.h300 int getprotobyname_r(const char *, struct protoent *, char *,