Home
last modified time | relevance | path

Searched refs:egp (Results 1 – 6 of 6) sorted by relevance

/src/contrib/tcpdump/
H A Dprint-egp.c147 const struct egp_packet *egp, u_int length) in egpnr_print() argument
157 addr = GET_IPV4_TO_NETWORK_ORDER(egp->egp_sourcenet); in egpnr_print()
171 cp = (const uint8_t *)(egp + 1); in egpnr_print()
172 length -= sizeof(*egp); in egpnr_print()
174 intgw = GET_U_1(egp->egp_intgw); in egpnr_print()
175 extgw = GET_U_1(egp->egp_extgw); in egpnr_print()
252 const struct egp_packet *egp; in egp_print() local
261 egp = (const struct egp_packet *)bp; in egp_print()
262 ND_ICHECK_ZU(length, <, sizeof(*egp)); in egp_print()
264 version = GET_U_1(egp->egp_version); in egp_print()
[all …]
H A DMakefile.in131 print-egp.c \
H A DCHANGES1688 - Print out hostnames if possible in egp printer. Thanks to Jeffrey
1856 with non-frags). Add support for ospf, egp and igmp.
H A DCMakeLists.txt1322 print-egp.c
/src/usr.sbin/tcpdump/tcpdump/
H A DMakefile59 print-egp.c \
/src/lib/libc/net/
H A Dprotocols14 egp 8 EGP # exterior gateway protocol