Home | History | Annotate | Download | only in routed

Lines Matching refs:int_rip_sock

531 			if (ifp->int_rip_sock >= 0
532 && FD_ISSET(ifp->int_rip_sock, ibitsp)) {
533 read_rip(ifp->int_rip_sock, ifp);
575 if (ifp->int_rip_sock >= 0)
576 if (sock_max <= ifp->int_rip_sock)
577 sock_max = ifp->int_rip_sock + 1;
594 if (ifp->int_rip_sock >= 0)
595 FD_SET(ifp->int_rip_sock, fdbitsp);
702 if (ifp->int_rip_sock < 0) {
706 ifp->int_rip_sock = get_rip_sock(addr, 0);
773 if (ifp->int_rip_sock >= 0) {
774 (void)close(ifp->int_rip_sock);
775 ifp->int_rip_sock = -1;
795 && ifp->int_rip_sock < 0) {
799 ifp->int_rip_sock = get_rip_sock(ifp->int_addr, 0);