Home
last modified time | relevance | path

Searched refs:IPPROTO_EIGRP (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dipproto.h119 #ifndef IPPROTO_EIGRP
120 #define IPPROTO_EIGRP 88 /* Cisco/GXS IGRP */ macro
Dipproto.c46 { IPPROTO_EIGRP, "EIGRP" },
Dprint-ip.c410 case IPPROTO_EIGRP: in ip_print_demux()