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

  /src/usr.sbin/mrouted/
vif.c 23 int udp_socket; /* Since the honkin' kernel doesn't support */ variable in typeref:typename:int
74 if ((udp_socket = socket(AF_INET, SOCK_DGRAM, 0)) < 0)
172 if (ioctl(udp_socket, SIOCGIFFLAGS, (char *)&ifr) < 0)
vif.c 23 int udp_socket; /* Since the honkin' kernel doesn't support */ variable in typeref:typename:int
74 if ((udp_socket = socket(AF_INET, SOCK_DGRAM, 0)) < 0)
172 if (ioctl(udp_socket, SIOCGIFFLAGS, (char *)&ifr) < 0)

Completed in 22 milliseconds