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

/freebsd-11-stable/sbin/routed/
H A Dinput.c198 && n < lim && n->n_family == RIP_AF_AUTH) {
274 && n->n_family == RIP_AF_AUTH
292 if (n->n_family == RIP_AF_UNSPEC
348 v12buf.n->n_family = RIP_AF_INET;
378 if (n->n_family == RIP_AF_AUTH)
381 if (n->n_family != RIP_AF_INET) {
386 ntohs(n->n_family),
422 v12buf.n->n_family = RIP_AF_INET;
611 if (n->n_family == RIP_AF_AUTH)
616 if (n->n_family !
[all...]
H A Doutput.c404 wb->n->n_family = RIP_AF_INET;
777 v12buf.n->n_family = RIP_AF_INET;
792 || v12buf.base->n_family != RIP_AF_AUTH))
796 || v2buf.base->n_family != RIP_AF_AUTH))
927 buf.rip_nets[0].n_family = RIP_AF_UNSPEC;
H A Dtrace.c924 && n->n_family == RIP_AF_UNSPEC
929 && (n+1)->n_family == RIP_AF_AUTH))) {
947 if (n->n_family == RIP_AF_AUTH) {
987 if (n->n_family != RIP_AF_INET) {
990 ntohs(n->n_family),
/freebsd-11-stable/include/protocols/
H A Drouted.h69 u_int16_t n_family; member in struct:netinfo
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c144 OMSG.rip_nets[0].n_family = RIP_AF_UNSPEC;
187 OMSG.rip_nets[0].n_family = RIP_AF_INET;
654 if (n->n_family == RIP_AF_INET) {
710 } else if (n->n_family == RIP_AF_AUTH) {
760 ntohs(n->n_family),
854 rt->n_family = RIP_AF_INET;

Completed in 105 milliseconds