Searched refs:getprotoent_r (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/include/
H A Dnetdb.h283 int getprotoent_r(struct protoent *, char *, size_t,
/freebsd-11.0-release/lib/libc/net/
H A Dgetprotoent.c472 getprotoent_r(struct protoent *pptr, char *buffer, size_t buflen, function
491 rv = nsdispatch(result, dtab, NSDB_PROTOCOLS, "getprotoent_r",
550 if (getprotoent_r(&pd->proto, pd->data, sizeof(pd->data), &rval) != 0)

Completed in 172 milliseconds