Home
last modified time | relevance | path

Searched refs:n_addrtype (Results 1 – 6 of 6) sorted by last modified time

/original-bsd/sbin/routed/
H A Drouted.c345 if (net == 0 || net->n_addrtype != AF_INET) in gwkludge()
H A Dstartup.c441 if (np->n_addrtype != AF_INET)
/original-bsd/old/htable/
H A Dhtable.c395 if (np->n_addrtype != AF_INET)
/original-bsd/lib/libc/net/
H A Dgetnetbyaddr.c25 if (p->n_addrtype == type && p->n_net == net)
H A Dgetnetent.c78 net.n_addrtype = AF_INET; in getnetent()
/original-bsd/include/
H A Dnetdb.h61 int n_addrtype; /* net address type */ member