OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rip_sock
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/routed/
main.c
91
int
rip_sock
= -1; /* RIP socket */
variable in typeref:typename:int
525
if (
rip_sock
>= 0 && FD_ISSET(
rip_sock
, ibitsp)) {
526
read_rip(
rip_sock
, 0);
571
if (
rip_sock
>= 0)
572
if (sock_max <=
rip_sock
)
573
sock_max =
rip_sock
+ 1;
591
if (
rip_sock
>= 0)
592
FD_SET(
rip_sock
, fdbitsp);
658
BADERR(1,"
rip_sock
= socket()")
[
all
...]
output.c
123
soc =
rip_sock
;
177
if (0 > setsockopt(
rip_sock
,
182
LOGERR("setsockopt(
rip_sock
,"
848
if (
rip_sock
< 0)
925
if (
rip_sock
< 0)
input.c
233
if (
rip_sock
< 0
514
if (
rip_sock
< 0) {
table.c
1476
if ((RT->rt_state & RS_RDISC) &&
rip_sock
< 0)
2065
if (
rip_sock
< 0) {
2121
+ ((
rip_sock
< 0) ? NEVER : SUPPLY_INTERVAL));
defs.h
455
extern int
rip_sock
; /* RIP socket */
if.c
502
&&
rip_sock
>= 0) {
512
if (setsockopt(
rip_sock
,IPPROTO_IP,IP_DROP_MEMBERSHIP,
rdisc.c
363
if (
rip_sock
< 0 && bad_gate == 0)
Completed in 19 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025