OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BROKE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/routed/
if.c
165
if ((ifp->int_state & (
IS_BROKE
| IS_PASSIVE)) == 0)
178
if ((ifp->int_state & (
IS_BROKE
| IS_PASSIVE)) == 0)
445
if (!(ifp->int_state &
IS_BROKE
)) {
465
ifp->int_state |=
IS_BROKE
;
549
if (0 == (ifp->int_state & (IS_SICK |
IS_BROKE
))) {
567
if (ifp->int_state &
IS_BROKE
)
572
ifp->int_state |= (
IS_BROKE
| IS_SICK);
600
if (!(ifp->int_state &
IS_BROKE
)) {
612
ifp->int_state &= ~(
IS_BROKE
| IS_SICK);
1050
if (!(ifp->int_state &
IS_BROKE
)) {
[
all
...]
rdisc.c
290
if (ifp->int_state &
IS_BROKE
)
784
if (ifp == 0 || !(ifp->int_state &
IS_BROKE
))
843
if (0 != (ifp->int_state & (IS_NO_ADV_OUT |
IS_BROKE
)))
885
if (0 != (ifp->int_state & (IS_NO_SOL_OUT |
IS_BROKE
))
input.c
571
if (aifp->int_state &
IS_BROKE
) {
797
&& (!(ifp1->int_state &
IS_BROKE
)
table.c
2010
|| (rts->rts_ifp->int_state &
IS_BROKE
)))
2018
if (RT->rt_ifp == 0 || !(RT->rt_ifp->int_state &
IS_BROKE
))
2136
if (ifp->int_state &
IS_BROKE
)
defs.h
328
#define
IS_BROKE
0x0000400 /* seems to be broken */
output.c
208
&& (ifp == 0 || !(ifp->int_state &
IS_BROKE
))) {
trace.c
502
{
IS_BROKE
, IS_SICK, "BROKEN" },
Completed in 18 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025