HomeSort by: relevance | last modified time | path
    Searched refs:gre_soparm (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_gre.h 53 struct gre_soparm { struct
90 struct gre_soparm sc_soparm;
if_gre.c 157 static bool gre_is_nullconf(const struct gre_soparm *);
165 static void gre_clearconf(struct gre_soparm *, bool);
168 static struct socket *gre_reconf(struct gre_softc *, const struct gre_soparm *);
282 struct gre_soparm *sp;
435 gre_socreate(struct gre_softc *sc, const struct gre_soparm *sp, int *fdout)
744 gre_reconf(struct gre_softc *sc, const struct gre_soparm *newsoparm)
1064 gre_ssock(struct ifnet *ifp, struct gre_soparm *sp, int fd)
1137 gre_is_nullconf(const struct gre_soparm *sp)
1144 gre_clearconf(struct gre_soparm *sp, bool force)
1163 struct gre_soparm *sp
    [all...]

Completed in 12 milliseconds