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

  /src/usr.sbin/mountd/
mountd.c 350 int udpsock, tcpsock, udp6sock, tcp6sock; local in function:mountd_main
439 udp6sock = socket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP);
447 if (udp6sock != -1 && setsockopt(udp6sock, IPPROTO_IPV6,
507 if (udp6sock != -1 && udp6conf != NULL) {
508 bind_resv_port(udp6sock, AF_INET6, forcedport);
513 udp6transp = svc_dg_create(udp6sock, 0, 0);
mountd.c 350 int udpsock, tcpsock, udp6sock, tcp6sock; local in function:mountd_main
439 udp6sock = socket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP);
447 if (udp6sock != -1 && setsockopt(udp6sock, IPPROTO_IPV6,
507 if (udp6sock != -1 && udp6conf != NULL) {
508 bind_resv_port(udp6sock, AF_INET6, forcedport);
513 udp6transp = svc_dg_create(udp6sock, 0, 0);

Completed in 26 milliseconds