Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_gre.h178 #define GRE_UDPPORT 4754 macro
H A Dif_gre.c469 udp->uh_dport = htons(GRE_UDPPORT); in gre_update_udphdr()
/f-stack/tools/compat/include/net/
H A Dif_gre.h178 #define GRE_UDPPORT 4754 macro
/f-stack/freebsd/netinet6/
H A Dip6_gre.c337 sin6.sin6_port = htons(GRE_UDPPORT); in in6_gre_setup_socket()
/f-stack/freebsd/netinet/
H A Dip_gre.c340 sin.sin_port = htons(GRE_UDPPORT); in in_gre_setup_socket()