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

  /src/usr.sbin/mountd/
mountd.c 349 struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf; local in function:mountd_main
459 tcpconf = getnetconfigent("tcp");
485 if (tcpsock != -1 && tcpconf != NULL) {
496 mntsrv, tcpconf) ||
498 mntsrv, tcpconf))
mountd.c 349 struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf; local in function:mountd_main
459 tcpconf = getnetconfigent("tcp");
485 if (tcpsock != -1 && tcpconf != NULL) {
496 mntsrv, tcpconf) ||
498 mntsrv, tcpconf))

Completed in 109 milliseconds