Home
last modified time | relevance | path

Searched refs:gre_port (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gre.c323 if (sc->gre_port == opt) in gre_ioctl()
330 sc->gre_port = opt; in gre_ioctl()
355 sc->gre_port = opt; in gre_ioctl()
372 error = copyout(&sc->gre_port, ifr_data_get_ptr(ifr), in gre_ioctl()
373 sizeof(sc->gre_port)); in gre_ioctl()
470 udp->uh_sport = htons(sc->gre_port); in gre_update_udphdr()
648 if ((sc->gre_options & GRE_UDPENCAP) == 0 || sc->gre_port != 0)
H A Dif_gre.h94 uint32_t gre_port; member
/f-stack/tools/compat/include/net/
H A Dif_gre.h94 uint32_t gre_port; member
/f-stack/freebsd/netinet6/
H A Dip6_gre.c437 sc->gre_port = value; in in6_gre_setopts()
/f-stack/freebsd/netinet/
H A Dip_gre.c435 sc->gre_port = value; in in_gre_setopts()