Searched refs:restricted_addrs (Results 1 - 2 of 2) sorted by path

/freebsd-current/usr.sbin/ypbind/
H A Dyp_ping.c182 * of the NIS servers listed in restricted_addrs structure.
206 __yp_ping(struct in_addr *restricted_addrs, int cnt, char *dom, short *port) argument
228 bcopy((char *)&restricted_addrs[i],
H A Dypbind.c121 * in restricted_addrs will be used for binding.
126 static struct in_addr restricted_addrs[RESTRICTED_SERVERS]; variable in typeref:struct:in_addr
721 i = __yp_ping(restricted_addrs, yp_restricted,
731 bcopy(&restricted_addrs[i],
983 if (!bcmp(&addr, &restricted_addrs[i], sizeof(struct in_addr)))
1009 bcopy (h->h_addr_list[0], &restricted_addrs[i],

Completed in 138 milliseconds