HomeSort by: relevance | last modified time | path
    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