Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_gre.h51 struct greip { struct
99 struct greip *iphdr;
/freebsd/sys/netinet/
H A Dip_gre.c364 sc->gre_hlen = sizeof(struct greip); in in_gre_attach()
519 struct greip *gi; in in_gre_output()
521 gi = mtod(m, struct greip *); in in_gre_output()
550 .min_length = sizeof(struct greip) + sizeof(struct ip),