Searched refs:numerichost (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 1141 char host[NI_MAXHOST], numerichost[NI_MAXHOST]; in mntsrv() local 1172 getnameinfo(saddr, saddr->sa_len, numerichost, in mntsrv() 1173 sizeof numerichost, NULL, 0, NI_NUMERICHOST); in mntsrv() 1183 numerichost); in mntsrv() 1189 numerichost); in mntsrv() 1205 numerichost, dirpath); in mntsrv() 1215 numerichost, dirpath); in mntsrv() 1269 add_mlist(numerichost, dirpath); in mntsrv() 1275 numerichost, dirpath); in mntsrv() 1281 numerichost, dirpath); in mntsrv() [all …]
|