Home
last modified time | relevance | path

Searched refs:greip (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gre.h52 struct greip { struct
100 struct greip *iphdr;
/f-stack/tools/compat/include/net/
H A Dif_gre.h52 struct greip { struct
100 struct greip *iphdr;
/f-stack/freebsd/netinet/
H A Dip_gre.c378 sc->gre_hlen = sizeof(struct greip); in in_gre_attach()
531 struct greip *gi; in in_gre_output()
533 gi = mtod(m, struct greip *); in in_gre_output()
562 .min_length = sizeof(struct greip) + sizeof(struct ip),