Searched refs:ifwithaddr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sbin/routed/
H A Dinput.c214 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
523 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
796 ifp1 = ifwithaddr(dst, 1, 1);
816 && 0 != ifwithaddr(n->n_nhop, 1, 0))
914 && 0 != ifwithaddr(n->n_nhop, 1, 0))
H A Dif.c144 ifwithaddr(naddr addr, function
1157 && (ifp = ifwithaddr(myaddr, 0, 0)) != 0
H A Drdisc.c591 if (ifwithaddr(gate, 1, 0) != 0) {
999 if (ifwithaddr(from.sin_addr.s_addr, 0, 0)) {
H A Ddefs.h629 struct interface *ifwithaddr(naddr addr, int bcast, int remote);

Completed in 179 milliseconds