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

/darwin-on-arm/xnu/bsd/net/
H A Dif_loop.c171 static errno_t lo_input(struct ifnet *, protocol_family_t, struct mbuf *);
465 * lo_input - This should work for all attached protocols that use the
469 lo_input(struct ifnet *ifp, protocol_family_t protocol_family, struct mbuf *m) function
569 proto.input = lo_input;

Completed in 20 milliseconds