Home
last modified time | relevance | path

Searched defs:cap_gethostbyaddr (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.h160 #define cap_gethostbyaddr(chan, addr, len, type) gethostbyaddr(addr, len, type) macro
H A Dcap_net.c223 cap_gethostbyaddr(cap_channel_t *chan, const void *addr, socklen_t len, in cap_gethostbyaddr() function