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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_gif.c239 struct ifnet *gifp = NULL; local
248 gifp = ((struct gif_softc*)encap_getarg(m))->gif_if;
250 if (gifp == NULL || (gifp->if_flags & IFF_UP) == 0) {
270 if (gifp->if_flags & IFF_LINK1)
290 if (gifp->if_flags & IFF_LINK1)
306 if (m->m_pkthdr.rcvif) /* replace the rcvif by gifp for dlil to route it correctly */
307 m->m_pkthdr.rcvif = gifp;
308 ifnet_input(gifp, m, NULL);
310 gif_input(m, af, gifp);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c230 struct ifnet *gifp = NULL; local
238 gifp = ((struct gif_softc*)encap_getarg(m))->gif_if;
240 if (gifp == NULL || (gifp->if_flags & IFF_UP) == 0) {
264 if (gifp->if_flags & IFF_LINK1)
281 if (gifp->if_flags & IFF_LINK1)
294 if (m->m_pkthdr.rcvif) /* replace the rcvif by gifp for ifnet_input to route it correctly */
295 m->m_pkthdr.rcvif = gifp;
297 ifnet_input(gifp, m, NULL);

Completed in 335 milliseconds