HomeSort by: relevance | last modified time | path
    Searched defs:faithoutput (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_faith.c 89 static int faithoutput(struct ifnet *, struct mbuf *,
148 ifp->if_output = faithoutput;
173 faithoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, function in typeref:typename:int
182 panic("faithoutput no HDR");
if_faith.c 89 static int faithoutput(struct ifnet *, struct mbuf *,
148 ifp->if_output = faithoutput;
173 faithoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, function in typeref:typename:int
182 panic("faithoutput no HDR");

Completed in 21 milliseconds