Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_gre.h51 struct greip { struct
99 struct greip *iphdr;
/src/sys/netinet/
H A Dip_gre.c363 sc->gre_hlen = sizeof(struct greip); in in_gre_attach()
518 struct greip *gi; in in_gre_output()
520 gi = mtod(m, struct greip *); in in_gre_output()
549 .min_length = sizeof(struct greip) + sizeof(struct ip),