Home
last modified time | relevance | path

Searched refs:grehdr (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gre.h41 struct grehdr { struct
54 struct grehdr gi_gre; argument
60 struct grehdr gi_gre;
67 struct grehdr gi6_gre;
73 struct grehdr gi6_gre;
140 void gre_update_hdr(struct gre_softc *, struct grehdr *);
H A Dif_gre.c476 gre_update_hdr(struct gre_softc *sc, struct grehdr *gh) in gre_update_hdr()
508 struct grehdr *gh; in gre_input()
518 hlen = off + sizeof(struct grehdr) + 4 * sizeof(uint32_t); in gre_input()
526 gh = (struct grehdr *)mtodo(m, off); in gre_input()
627 gre_setseqn(struct grehdr *gh, uint32_t seq)
695 struct grehdr *gh;
779 gh = (struct grehdr *)mtodo(m, len);
/f-stack/tools/compat/include/net/
H A Dif_gre.h41 struct grehdr { struct
54 struct grehdr gi_gre; argument
60 struct grehdr gi_gre;
67 struct grehdr gi6_gre;
73 struct grehdr gi6_gre;
140 void gre_update_hdr(struct gre_softc *, struct grehdr *);
/f-stack/freebsd/netinet/libalias/
H A Dalias_pptp.c235 struct grehdr { /* Enhanced GRE header. */ struct
244 typedef struct grehdr GreHdr; argument
/f-stack/freebsd/netinet6/
H A Dip6_gre.c371 struct grehdr *gh; in in6_gre_attach()
/f-stack/freebsd/netinet/
H A Dip_gre.c366 struct grehdr *gh; in in_gre_attach()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h1173 typedef struct grehdr { struct
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst199 struct grehdr {
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1667 PULLUP_TO(hlen, ulp, struct grehdr); in ipfw_chk()