/external/strace/xlat/ |
D | inet_protocols.h | 41 #if defined(IPPROTO_EGP) || (defined(HAVE_DECL_IPPROTO_EGP) && HAVE_DECL_IPPROTO_EGP) 43 static_assert((IPPROTO_EGP) == (8), "IPPROTO_EGP != 8"); 46 # define IPPROTO_EGP 8 249 XLAT(IPPROTO_EGP),
|
D | inet_protocols.in | 7 IPPROTO_EGP 8
|
/external/tcpdump/ |
D | ipproto.h | 59 #ifndef IPPROTO_EGP 60 #define IPPROTO_EGP 8 /* exterior gateway protocol */ macro
|
D | ipproto.c | 31 { IPPROTO_EGP, "EGP" },
|
D | print-ip.c | 437 case IPPROTO_EGP: in ip_print_demux()
|
/external/iproute2/include/uapi/linux/ |
D | in.h | 39 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator 40 #define IPPROTO_EGP IPPROTO_EGP macro
|
/external/libnl/include/linux-private/linux/ |
D | in.h | 39 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator 40 #define IPPROTO_EGP IPPROTO_EGP macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 39 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator 40 #define IPPROTO_EGP IPPROTO_EGP macro
|
/external/python/cpython2/Lib/plat-netbsd1/ |
D | IN.py | 8 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | IN.py | 21 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-aix3/ |
D | IN.py | 76 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IN.py | 53 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-aix4/ |
D | IN.py | 101 IPPROTO_EGP = 8 variable
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 270 iph->protocol = IPPROTO_EGP; in setup_iph() 286 ip6h->nexthdr = IPPROTO_EGP; in setup_ip6h() 799 do_test(cfg_family, SOCK_RAW, IPPROTO_EGP); in main()
|
/external/python/cpython2/Lib/plat-freebsd5/ |
D | IN.py | 11 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-freebsd4/ |
D | IN.py | 11 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-darwin/ |
D | IN.py | 13 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 100 IPPROTO_EGP = 8 variable
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | rxtimestamp.c | 62 { "ip", SOCK_RAW, IPPROTO_EGP },
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 165 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 159 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 159 IPPROTO_EGP = 8 variable
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 741 IPPROTO_EGP = 8 variable
|
/external/crosvm/net_sys/src/ |
D | inn.rs | 264 pub const IPPROTO_EGP: _bindgen_ty_1 = 8; constant
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1254 IPPROTO_EGP = 8 variable
|