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

/xnu-2782.1.97/bsd/netinet/
H A Din_gif.h69 int in_gif_output(struct ifnet *, int, struct mbuf *, struct rtentry *);
H A Din_gif.c97 in_gif_output( function
159 printf("in_gif_output: warning: unknown family %d passed\n",
189 printf("ENOBUFS in in_gif_output %d\n", __LINE__);
/xnu-2782.1.97/bsd/net/
H A Dif_gif.c579 error = in_gif_output(ifp, sc->gif_proto, m, NULL);
595 /* the mbuf was freed either by in_gif_output or in here */

Completed in 16 milliseconds