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

  /src/include/protocols/
routed.h 78 #define RIP_AF_AUTH 0xffff
90 uint16_t a_family; /* always RIP_AF_AUTH */
  /src/sbin/routed/
input.c 196 && n < lim && n->n_family == RIP_AF_AUTH) {
272 && n->n_family == RIP_AF_AUTH
360 if (n->n_family == RIP_AF_AUTH)
604 if (n->n_family == RIP_AF_AUTH)
951 if ((void *)NA >= lim || NA->a_family != RIP_AF_AUTH) {
1001 if (na2->a_family != RIP_AF_AUTH)
1005 na2->a_family, RIP_AF_AUTH,
output.c 281 na->a_family = RIP_AF_AUTH;
287 na->a_family = RIP_AF_AUTH;
310 na2->a_family = RIP_AF_AUTH;
811 || v12buf.base->n_family != RIP_AF_AUTH))
815 || v2buf.base->n_family != RIP_AF_AUTH))
trace.c 933 && (n+1)->n_family == RIP_AF_AUTH))) {
951 if (n->n_family == RIP_AF_AUTH) {
  /src/sbin/routed/rtquery/
rtquery.c 396 NA0.a_family = RIP_AF_AUTH;
403 NA0.a_family = RIP_AF_AUTH;
410 NA2.a_family = RIP_AF_AUTH;
728 } else if (n->n_family == RIP_AF_AUTH) {

Completed in 15 milliseconds