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

  /src/usr.sbin/mrouted/
cfparse.y 46 extern int udp_socket;
142 if (ioctl(udp_socket, SIOCGIFFLAGS, (char *)&ffr)<0)
defs.h 125 extern int udp_socket;
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)
main.c 578 close(udp_socket);

Completed in 14 milliseconds