Home
last modified time | relevance | path

Searched refs:if_output_local (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dif_loop.c274 return (if_output_local(ifp, m, dst->sa_family)); in looutput()
H A Dif_var.h342 int if_output_local(struct ifnet *, struct mbuf *, sa_family_t);
H A Dif.c964 if_output_local(struct ifnet *ifp, struct mbuf *m, sa_family_t af) in if_output_local() function