HomeSort by: relevance | last modified time | path
    Searched defs:stf_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_stf.c 129 struct stf_softc { struct
133 LIST_ENTRY(stf_softc) sc_list;
136 static LIST_HEAD(, stf_softc) stf_softc_list;
161 static int stf_checkaddr4(struct stf_softc *, const struct in_addr *,
163 static int stf_checkaddr6(struct stf_softc *, const struct in6_addr *,
204 struct stf_softc *sc;
207 sc = malloc(sizeof(struct stf_softc), M_DEVBUF, M_WAIT|M_ZERO);
248 struct stf_softc *sc = (void *) ifp;
267 struct stf_softc *sc;
270 sc = (struct stf_softc *)arg
    [all...]
if_stf.c 129 struct stf_softc { struct
133 LIST_ENTRY(stf_softc) sc_list;
136 static LIST_HEAD(, stf_softc) stf_softc_list;
161 static int stf_checkaddr4(struct stf_softc *, const struct in_addr *,
163 static int stf_checkaddr6(struct stf_softc *, const struct in6_addr *,
204 struct stf_softc *sc;
207 sc = malloc(sizeof(struct stf_softc), M_DEVBUF, M_WAIT|M_ZERO);
248 struct stf_softc *sc = (void *) ifp;
267 struct stf_softc *sc;
270 sc = (struct stf_softc *)arg
    [all...]
if_stf.c 129 struct stf_softc { struct
133 LIST_ENTRY(stf_softc) sc_list;
136 static LIST_HEAD(, stf_softc) stf_softc_list;
161 static int stf_checkaddr4(struct stf_softc *, const struct in_addr *,
163 static int stf_checkaddr6(struct stf_softc *, const struct in6_addr *,
204 struct stf_softc *sc;
207 sc = malloc(sizeof(struct stf_softc), M_DEVBUF, M_WAIT|M_ZERO);
248 struct stf_softc *sc = (void *) ifp;
267 struct stf_softc *sc;
270 sc = (struct stf_softc *)arg
    [all...]

Completed in 31 milliseconds