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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_gif.h74 ifnet_t gif_if; /* pointer back to the interface */ member in struct:gif_softc
H A Dif_gif.c289 if ((ifnet_flags(sc->gif_if) & IFF_RUNNING) == 0)
313 result = ifnet_allocate(&gif_init, &sc->gif_if);
324 printf("%s: unable to attach encap4\n", if_name(sc->gif_if));
325 ifnet_release(sc->gif_if);
338 printf("%s: unable to attach encap6\n", if_name(sc->gif_if));
339 ifnet_release(sc->gif_if);
345 ifnet_set_mtu(sc->gif_if, GIF_MTU);
346 ifnet_set_flags(sc->gif_if, IFF_POINTOPOINT | IFF_MULTICAST, 0xffff);
349 sc->gif_if.if_flags |= IFF_LINK2;
351 result = ifnet_attach(sc->gif_if, NUL
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_gif.c208 sc->gif_if.if_mtu = GIF_MTU;
248 gifp = ((struct gif_softc*)encap_getarg(m))->gif_if;
381 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 &&
397 "due to ingress filter\n", if_name(&sc->gif_if),
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c191 sc->gif_if.if_mtu = GIF_MTU;
238 gifp = ((struct gif_softc*)encap_getarg(m))->gif_if;
327 if ((ifnet_flags(sc->gif_if) & IFF_LINK2) == 0 && ifp) {
343 "due to ingress filter\n", if_name(&sc->gif_if),

Completed in 76 milliseconds