Searched defs:icmp_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c316 switch (icp->icmp_type) {
1049 Printf("icmp_type=%d (%s) ",
1050 icp->icmp_type, pr_type(icp->icmp_type));
1249 pr_type(int icmp_type) argument
1275 if (ttab[i].type == icmp_type)
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_icmp.h58 uchar_t icmp_type; /* type of message, see below */ member in struct:icmp
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c56 uint8_t icmp_type; /* type of message */ member in struct:icmp_ad
70 uint8_t icmp_type; /* type of message */ member in struct:icmp_so
125 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) {
1104 u.ad.icmp_type = ICMP_ROUTERADVERT;
1193 u.so.icmp_type = ICMP_ROUTERSOLICIT;
1230 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) {
1234 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) {
1334 switch (p->icmp.icmp_type) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c110 typedef struct icmp_type { struct
1164 icmpname6(ic->icmp_type, ic->icmp_code));
1171 icmpname(ic->icmp_type, ic->icmp_code));
1172 if (ic->icmp_type == ICMP_UNREACH ||
1173 ic->icmp_type == ICMP_SOURCEQUENCH ||
1174 ic->icmp_type == ICMP_PARAMPROB ||
1175 ic->icmp_type == ICMP_REDIRECT ||
1176 ic->icmp_type == ICMP_TIMXCEED) {
1215 icmp->icmp_type, icmp->icmp_code);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c70 uchar_t icmp_type; /* type of message, see below */ member in struct:icmp_ra
560 icp->icmp_type = ICMP_ROUTERSOLICIT;
581 pr_type((int)icp->icmp_type), li->li_name);
621 rap->icmp_type = ICMP_ROUTERADVERT;
676 pr_type((int)rap->icmp_type),
794 pr_type((int)icp->icmp_type), li->li_name);
806 switch (icp->icmp_type) {
825 pr_type((int)rap->icmp_type),
832 pr_type((int)rap->icmp_type),
840 pr_type((int)rap->icmp_type),
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2397 ip_fanout_send_icmp_v6(mblk_t *mp, uint_t icmp_type, uint8_t icmp_code, argument
2431 switch (icmp_type) {
H A Dip.c4825 ip_fanout_send_icmp_v4(mblk_t *mp, uint_t icmp_type, uint_t icmp_code, argument
4868 switch (icmp_type) {

Completed in 112 milliseconds