Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dmain.c375 if (stopint != 0) { in main()
378 trace_off("exiting with signal %d", stopint); in main()
379 exit(stopint | 128); in main()
538 stopint = sig; in sigterm()
H A Drdisc.c785 u.ad.icmp_ad_life = stopint ? 0 : htons(ifp->int_rdisc_int*3); in send_adv()
819 || stopint) { in rdisc_adv()
1038 if (stopint) in read_d()
H A Ddefs.h421 extern int stopint; /* !=0 to stop */
H A Doutput.c399 wb->n->n_metric = ((stopint || ag->ag_metric < 1) in supply_out()
H A Dtable.c55 int stopint; variable