OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025