Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dipproto.h119 #ifndef IPPROTO_EIGRP
120 #define IPPROTO_EIGRP 88 /* Cisco/GXS IGRP */ macro
H A Dipproto.c45 { IPPROTO_EIGRP, "EIGRP" },
H A Dprint-ip-demux.c142 case IPPROTO_EIGRP: in ip_demux_print()