Searched refs:icmp_code (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp.c55 u_int8_t icmp_code; /* type sub code */ member in struct:icmp
292 u_int8_t icmp_code; member in struct:icmp_ext_t
356 TCHECK(dp->icmp_code);
371 switch (dp->icmp_code) {
432 dp->icmp_code);
442 dp->icmp_code);
501 switch (dp->icmp_code) {
513 dp->icmp_code);
519 if (dp->icmp_code)
521 "parameter problem - code %d", dp->icmp_code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/netinet/
H A Dip_icmp.h59 u_int8_t icmp_code; /* type sub code */ member in struct:icmp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c123 u_char icmp_code; /* type sub code */ member in struct:icmp_ra
588 rap->icmp_code = 0;
747 if (rap->icmp_code != 0) {
752 rap->icmp_code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dirdp.c328 if (icmp->icmp_code != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtraceroute.c738 code = icp->icmp_code;
786 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);
H A Dping.c371 pkt->icmp_code = 0;

Completed in 178 milliseconds