Searched refs:numerichost (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.sbin/mountd/ |
H A D | mountd.c | 579 char host[NI_MAXHOST], numerichost[NI_MAXHOST]; in mntsrv() local 609 if (getnameinfo(saddr, saddr->sa_len, numerichost, in mntsrv() 610 sizeof numerichost, NULL, 0, ninumeric) != 0) in mntsrv() 611 strlcpy(numerichost, "?", sizeof(numerichost)); in mntsrv() 621 "got mount request from %s\n", numerichost); in mntsrv() 671 numerichost, sport); in mntsrv() 702 add_mlist(numerichost, rdirpath, hostset); in mntsrv() 723 ret |= del_mlist(numerichost, rdirpath, saddr); in mntsrv() 734 ret |= del_mlist(numerichost, NULL, saddr); in mntsrv()
|