Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Din.h40 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator
41 #define IPPROTO_EGP IPPROTO_EGP macro
/linux-6.15/include/uapi/linux/
H A Din.h40 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator
41 #define IPPROTO_EGP IPPROTO_EGP macro
/linux-6.15/tools/testing/selftests/net/
H A Dmsg_zerocopy.c272 iph->protocol = IPPROTO_EGP; in setup_iph()
288 ip6h->nexthdr = IPPROTO_EGP; in setup_ip6h()
808 do_test(cfg_family, SOCK_RAW, IPPROTO_EGP); in main()
H A Drxtimestamp.c65 { "ip", SOCK_RAW, IPPROTO_EGP },