Searched refs:rip_sock (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sbin/routed/
H A Dmain.c93 int rip_sock = -1; /* RIP socket */ variable
531 if (rip_sock >= 0 && FD_ISSET(rip_sock, &ibits)) {
532 read_rip(rip_sock, 0);
582 if (rip_sock >= 0) {
583 FD_SET(rip_sock, &fdbits);
584 if (sock_max <= rip_sock)
585 sock_max = rip_sock+1;
658 BADERR(1,"rip_sock = socket()");
669 BADERR(errno != EADDRINUSE, "bind(rip_sock)");
[all...]
H A Doutput.c121 soc = rip_sock;
160 if (0 > setsockopt(rip_sock,
166 LOGERR("setsockopt(rip_sock, "
831 if (rip_sock < 0)
907 if (rip_sock < 0)
H A Dinput.c237 if (rip_sock < 0
523 if (rip_sock < 0) {
H A Dtable.c1474 if ((RT->rt_state & RS_RDISC) && rip_sock < 0)
2057 if (rip_sock < 0) {
2113 + ((rip_sock < 0) ? NEVER : SUPPLY_INTERVAL));
H A Ddefs.h455 extern int rip_sock; /* RIP socket */
H A Dif.c484 if ((ifp->int_if_flags & IFF_MULTICAST) && rip_sock >= 0) {
496 if (setsockopt(rip_sock, IPPROTO_IP, MCAST_LEAVE_GROUP,
H A Drdisc.c361 if (rip_sock < 0 && bad_gate == 0)

Completed in 163 milliseconds