HomeSort by: relevance | last modified time | path
    Searched defs:numerichost (Results 1 - 4 of 4) sorted by relevancy

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

Completed in 49 milliseconds