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

  /src/include/protocols/
routed.h 76 #define RIP_AF_INET htons(AF_INET)
  /src/sbin/routed/
input.c 330 v12buf.n->n_family = RIP_AF_INET;
363 if (n->n_family != RIP_AF_INET) {
404 v12buf.n->n_family = RIP_AF_INET;
609 if (n->n_family != RIP_AF_INET
output.c 422 wb->n->n_family = RIP_AF_INET;
796 v12buf.n->n_family = RIP_AF_INET;
trace.c 991 if (n->n_family != RIP_AF_INET) {
  /src/sbin/routed/rtquery/
rtquery.c 192 OMSG.rip_nets[0].n_family = RIP_AF_INET;
666 if (n->n_family == RIP_AF_INET) {
873 rt->n_family = RIP_AF_INET;

Completed in 37 milliseconds