Searched refs:n_tag (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/include/protocols/
H A Drouted.h73 u_int16_t n_tag; /* optional in RIPv2 */ member in struct:netinfo
/freebsd-9.3-release/sbin/routed/
H A Dinput.c423 v12buf.n->n_tag = rt->rt_tag;
670 n->n_tag = 0;
751 new.rts_tag = n->n_tag;
H A Dtrace.c934 if (n->n_tag != 0)
936 ntohs(n->n_tag));
1003 if (n->n_tag != 0)
1005 ntohs(n->n_tag));
H A Doutput.c427 wb->n->n_tag = ag->ag_tag;
/freebsd-9.3-release/sbin/routed/rtquery/
H A Drtquery.c781 if (n->n_tag != 0)
782 (void)printf(" tag=%#x%s", n->n_tag,

Completed in 53 milliseconds