OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gre_h
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_gre.h
109
struct
gre_h
{
struct
if_gre.c
144
CTASSERT(sizeof(struct
gre_h
) == 4);
156
static int gre_input(struct gre_softc *, struct mbuf *, const struct
gre_h
*);
298
sc->sc_if.if_hdrlen = sizeof(struct ip) + sizeof(struct
gre_h
);
378
struct
gre_h
gh;
787
gre_input(struct gre_softc *sc, struct mbuf *m, const struct
gre_h
*gh)
796
hlen = sizeof(struct
gre_h
);
874
struct
gre_h
gh = { .flags = 0 };
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025