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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c87 int rip_sock = -1; /* RIP socket */ variable
92 * The interface to which rip_sock is currently pointing for
399 rip_sock = open_rip_sock();
407 * ifscan() will attempt to use the rip_sock in order to join
409 * the rip_sock.
607 if (rip_sock >= 0 && FD_ISSET(rip_sock, &ibits)) {
611 (void) close(rip_sock);
612 rip_sock = -1;
659 if (rip_sock >
[all...]

Completed in 77 milliseconds