Home
last modified time | relevance | path

Searched refs:stopint (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c51 int stopint; variable
468 if (stopint != 0) { in main()
469 trace_off("exiting with signal %d", stopint); in main()
622 return (stopint | 128); in main()
644 stopint = sig; in sigterm()
H A Drdisc.c1107 u.ad.icmp_ad_life = (stopint || !should_supply(ifp) || in send_adv()
1146 stopint != 0 || forceadv) { in rdisc_adv()
1375 if (stopint != 0) in read_d()
H A Ddefs.h575 extern int stopint; /* !=0 to stop in.routed */
H A Doutput.c454 wb->n->n_metric = ((stopint || ag->ag_metric < 1 || in supply_out()