Home
last modified time | relevance | path

Searched refs:nethostaddr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/nfs/
H A Dnfsrvcache.h58 union nethostaddr rc_haddr; /* Host address */
H A Dnfs.h431 union nethostaddr { union
440 union nethostaddr nu_haddr; /* Host addr. for dgram sockets */
683 int netaddr_match (int, union nethostaddr *, struct sockaddr *);
H A Dnfs_subs.c1313 netaddr_match(int family, union nethostaddr *haddr, struct sockaddr *nam) in netaddr_match()