Searched refs:nip (Results 1 – 4 of 4) sorted by relevance
/inet/ |
A D | ether_ntoh.c | 33 nss_action_list nip; in ether_ntohost() local 43 no_more = __nss_ethers_lookup2 (&nip, "getntohost_r", NULL, &fct.ptr); in ether_ntohost() 51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost()
|
A D | ether_hton.c | 32 nss_action_list nip; in ether_hostton() local 42 no_more = __nss_ethers_lookup2 (&nip, "gethostton_r", NULL, &fct.ptr); in ether_hostton() 50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton()
|
A D | getnetgrent_r.c | 75 if (datap->nip == NULL || datap->nip == (nss_action_list) -1l) in endnetgrent_hook() 78 endfct = __nss_lookup_function (datap->nip, "endnetgrent"); in endnetgrent_hook() 81 datap->nip = NULL; in endnetgrent_hook() 100 int no_more = setup (&fct.ptr, &datap->nip); in __internal_setnetgrent_reuse() 108 nss_action_list old_nip = datap->nip; in __internal_setnetgrent_reuse() 243 int no_more = datap->nip == NULL; in __internal_getnetgrent_r() 250 if (datap->nip == (nss_action_list) -1l) in __internal_getnetgrent_r() 255 fct = __nss_lookup_function (datap->nip, "getnetgrent_r"); in __internal_getnetgrent_r() 282 if (found && datap->nip != NULL) in __internal_getnetgrent_r() 394 int no_more = setup (&setfct.ptr, &entry.nip); in weak_alias() [all …]
|
A D | netgroup.h | 67 struct nss_action *nip; member
|
Completed in 6 milliseconds