Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_gre.h177 #define GRE_UDPPORT 4754 macro
H A Dif_gre.c468 udp->uh_dport = htons(GRE_UDPPORT); in gre_update_udphdr()
/freebsd/sys/netinet6/
H A Dip6_gre.c321 sin6.sin6_port = htons(GRE_UDPPORT); in in6_gre_setup_socket()
/freebsd/sys/netinet/
H A Dip_gre.c325 sin.sin_port = htons(GRE_UDPPORT); in in_gre_setup_socket()