HomeSort by relevance Sort by last modified time
    Searched defs:icmp_type (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
rdisc.c 56 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) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/netinet/
ip_icmp.h 58 uchar_t icmp_type; /* type of message, see below */ member in struct:icmp
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipmon.c 107 typedef struct icmp_type { struct
1161 icmpname6(ic->icmp_type, ic->icmp_code));
1168 icmpname(ic->icmp_type, ic->icmp_code));
1169 if (ic->icmp_type == ICMP_UNREACH ||
1170 ic->icmp_type == ICMP_SOURCEQUENCH ||
1171 ic->icmp_type == ICMP_PARAMPROB ||
1172 ic->icmp_type == ICMP_REDIRECT ||
1173 ic->icmp_type == ICMP_TIMXCEED) {
1212 icmp->icmp_type, icmp->icmp_code);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
in.rdisc.c 70 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...]

Completed in 420 milliseconds