Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h58 #ifndef IPPROTO_EGP
59 #define IPPROTO_EGP 8 /* exterior gateway protocol */ macro
Dipproto.c32 { IPPROTO_EGP, "EGP" },
Dprint-ip.c418 case IPPROTO_EGP: in ip_print_demux()
/external/kernel-headers/original/uapi/linux/
Din.h38 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator
39 #define IPPROTO_EGP IPPROTO_EGP macro
/external/iproute2/include/linux/
Din.h38 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ enumerator
39 #define IPPROTO_EGP IPPROTO_EGP macro
/external/strace/xlat/
Dinet_protocols.h32 #if defined(IPPROTO_EGP) || (defined(HAVE_DECL_IPPROTO_EGP) && HAVE_DECL_IPPROTO_EGP)
33 XLAT(IPPROTO_EGP),
Dinet_protocols.in8 IPPROTO_EGP