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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_gif.h78 protocol_family_t gif_proto; /* dlil protocol attached */ member in struct:gif_softc
H A Dif_gif.c178 *protocol_family = ((struct gif_softc*)ifnet_softc(ifp))->gif_proto;
193 if (gif->gif_proto != 0)
196 gif->gif_proto = protocol_family;
206 if (((struct gif_softc*)ifnet_softc(ifp))->gif_proto == protocol_family)
207 ((struct gif_softc*)ifnet_softc(ifp))->gif_proto = 0;
445 bpf_tap_out(ifp, 0, m, &sc->gif_proto, sizeof(sc->gif_proto));
455 error = in_gif_output(ifp, sc->gif_proto, m, NULL);
460 error = in6_gif_output(ifp, sc->gif_proto, m, NULL);
494 bpf_tap_in(ifp, 0, m, &sc->gif_proto, sizeo
[all...]

Completed in 23 milliseconds