Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Din.h40 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator
41 #define IPPROTO_EGP IPPROTO_EGP macro
/linux-6.12.1/tools/include/uapi/linux/
Din.h40 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator
41 #define IPPROTO_EGP IPPROTO_EGP macro
/linux-6.12.1/tools/testing/selftests/net/
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()
Drxtimestamp.c65 { "ip", SOCK_RAW, IPPROTO_EGP },