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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_gif.h88 const struct encaptab *encap_cookie4; member in struct:gif_softc
H A Dif_gif.c319 sc->encap_cookie4 = sc->encap_cookie6 = NULL;
321 sc->encap_cookie4 = encap_attach_func(AF_INET, -1,
323 if (sc->encap_cookie4 == NULL) {
334 if (sc->encap_cookie4) {
335 encap_detach(sc->encap_cookie4);
336 sc->encap_cookie4 = NULL;

Completed in 20 milliseconds