Searched refs:ifwithaddr (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | input.c | 250 ifp1 = ifwithaddr(FROM_NADDR, _B_FALSE, _B_TRUE); in input() 617 ifp1 = ifwithaddr(FROM_NADDR, _B_FALSE, _B_TRUE); in input() 1076 ifp1 = ifwithaddr(dst, _B_TRUE, _B_FALSE); in input_route() 1093 NULL != ifwithaddr(n->n_nhop, _B_TRUE, _B_FALSE)) in input_route() 1206 NULL != ifwithaddr(n->n_nhop, _B_TRUE, _B_FALSE)) in input_route()
|
H A D | rdisc.c | 895 if (ifwithaddr(gate, _B_TRUE, _B_FALSE) != 0) { in parse_ad() 1320 ifwithaddr(from.sin_addr.s_addr, _B_FALSE, _B_FALSE)) { in read_d()
|
H A D | defs.h | 784 extern struct interface *ifwithaddr(in_addr_t, boolean_t, boolean_t);
|
H A D | if.c | 353 ifwithaddr(in_addr_t addr, in ifwithaddr() function 1643 (ifp = ifwithaddr(myaddr, _B_FALSE, _B_FALSE)) != NULL && in ifscan()
|
H A D | output.c | 472 ifwithaddr(ag->ag_nhop, _B_FALSE, _B_FALSE) == in supply_out()
|