Searched defs:rdisc_sock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c83 int rdisc_sock = -1; /* router-discovery raw socket */ variable
162 if (rdisc_sock < 0) {
166 rdisc_sock = socket(PF_INET, SOCK_RAW, IPPROTO_ICMP);
167 if (rdisc_sock < 0)
168 BADERR(_B_TRUE, "rdisc_sock = socket()");
169 fix_sock(rdisc_sock, "rdisc_sock");
171 if (setsockopt(rdisc_sock, IPPROTO_IP, IP_RECVIF, &on,
175 if (setsockopt(rdisc_sock, IPPROTO_IP, IP_MULTICAST_TTL,
178 "rdisc_sock setsockop
[all...]

Completed in 58 milliseconds