Home | Sort by: relevance | last modified time | path |
/src/sbin/routed/ | |
table.c | 127 struct ag_info *ag_cors; local in function:ag_out 144 ag_cors = ag->ag_cors; 145 if (ag_cors != 0 146 && ag_cors->ag_mask == ag->ag_mask<<1 147 && ag_cors->ag_dst_h == (ag->ag_dst_h & ag_cors->ag_mask)) { 148 ag_cors->ag_state |= ((ag_cors->ag_dst_h == ag->ag_dst_h) 180 if (ag->ag_cors == 0 209 struct ag_info *ag, *ag_cors; local in function:ag_flush 297 struct ag_info *ag, *nag, *ag_cors; local in function:ag_check [all...] |
defs.h | 363 struct ag_info *ag_cors; /* more coarse netmask */ member in struct:ag_info |