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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.h70 int in_gif_output(struct ifnet *, int, struct mbuf *, struct rtentry *);
H A Din_gif.c101 in_gif_output( function
157 printf("in_gif_output: warning: unknown family %d passed\n",
187 printf("ENOBUFS in in_gif_output %d\n", __LINE__);
/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c514 error = in_gif_output(ifp, sc->gif_proto, m, NULL);
529 /* the mbuf was freed either by in_gif_output or in here */

Completed in 74 milliseconds