Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-egp.c132 const struct egp_packet *egp, u_int length) in egpnr_print() argument
142 addr = GET_IPV4_TO_NETWORK_ORDER(egp->egp_sourcenet); in egpnr_print()
156 cp = (const uint8_t *)(egp + 1); in egpnr_print()
157 length -= sizeof(*egp); in egpnr_print()
159 intgw = GET_U_1(egp->egp_intgw); in egpnr_print()
160 extgw = GET_U_1(egp->egp_extgw); in egpnr_print()
243 const struct egp_packet *egp; in egp_print() local
250 egp = (const struct egp_packet *)bp; in egp_print()
251 if (length < sizeof(*egp) || !ND_TTEST_SIZE(egp)) { in egp_print()
256 version = GET_U_1(egp->egp_version); in egp_print()
[all …]
H A DMakefile.in131 print-egp.c \
H A DCHANGES1614 - Print out hostnames if possible in egp printer. Thanks to Jeffrey
1782 with non-frags). Add support for ospf, egp and igmp.
H A DCMakeLists.txt1270 print-egp.c
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile59 print-egp.c \
/freebsd/lib/libc/net/
H A Dprotocols14 egp 8 EGP # exterior gateway protocol