HomeSort by: relevance | last modified time | path
    Searched refs:n_tag (Results 1 - 5 of 5) sorted by relevancy

  /src/include/protocols/
routed.h 79 uint16_t n_tag; /* optional in RIPv2 */
  /src/sbin/routed/
input.c 417 v12buf.n->n_tag = rt->rt_tag;
675 n->n_tag = 0;
756 new.rts_tag = n->n_tag;
trace.c 944 if (n->n_tag != 0)
946 ntohs(n->n_tag));
1013 if (n->n_tag != 0)
1015 ntohs(n->n_tag));
output.c 445 wb->n->n_tag = ag->ag_tag;
  /src/sbin/routed/rtquery/
rtquery.c 800 if (n->n_tag != 0)
801 (void)printf(" tag=%#x%s", n->n_tag,

Completed in 205 milliseconds