Searched refs:ninumeric (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/mountd/ |
H A D | get_net.c | 54 const int ninumeric = NI_NUMERICHOST; variable 169 NULL, 0, ninumeric); in get_net() 189 NULL, 0, ninumeric) != 0) in get_net()
|
H A D | mountd.h | 47 extern const int ninumeric;
|
H A D | mountd.c | 243 const int ninumeric = NI_NUMERICHOST; variable 610 sizeof numerichost, NULL, 0, ninumeric) != 0) in mntsrv() 1895 sizeof host, NULL, 0, ninumeric) != 0) in get_host() 2201 sizeof host, NULL, 0, ninumeric) != 0) in del_mlist()
|