HomeSort by: relevance | last modified time | path
    Searched defs:udp6conf (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
460 udp6conf = getnetconfigent("udp6");
507 if (udp6sock != -1 && udp6conf != NULL) {
516 mntsrv, udp6conf) ||
518 mntsrv, udp6conf))
mountd.c 349 struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf; local in function:mountd_main
460 udp6conf = getnetconfigent("udp6");
507 if (udp6sock != -1 && udp6conf != NULL) {
516 mntsrv, udp6conf) ||
518 mntsrv, udp6conf))

Completed in 28 milliseconds