Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_gre.h178 #define GRE_UDPPORT 4754 macro
H A Dif_gre.c697 udp->uh_dport = htons(GRE_UDPPORT); in gre_update_udphdr()
/src/sys/netinet6/
H A Dip6_gre.c320 sin6.sin6_port = htons(GRE_UDPPORT); in in6_gre_setup_socket()
/src/sys/netinet/
H A Dip_gre.c324 sin.sin_port = htons(GRE_UDPPORT); in in_gre_setup_socket()