Searched refs:icmp_type (Results 26 - 36 of 36) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_log.c304 switch (icmp->icmp_type)
H A Dfil.c1009 switch (icmp->icmp_type)
4000 if ((!rev && (icmp->icmp_type == ictype)) ||
4001 (rev && (icmpreplytype4[ictype] == icmp->icmp_type))) {
4002 if (icmp->icmp_type != ICMP_ECHOREPLY)
4010 if ((!rev && (icmp->icmp_type == ictype)) ||
4011 (rev && (icmpreplytype6[ictype] == icmp->icmp_type))) {
4012 if (icmp->icmp_type != ICMP6_ECHO_REPLY)
H A Dip_nat.c2761 type = icmp->icmp_type;
2815 if (nat_icmpquerytype4(orgicmp->icmp_type)) {
3800 if (nat_icmpquerytype4(icmp->icmp_type))
4084 if (nat_icmpquerytype4(icmp->icmp_type)) {
H A Dip_fil_netbsd.c1153 icmp->icmp_type = type;
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A Dtraceroute.c716 outicmp->icmp_type = ICMP_ECHO;
1453 type = icp->icmp_type;
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dparse.y4678 LOOP_THROUGH(struct node_icmp, icmp_type, icmp_types,
4753 r->type = icmp_type->type;
4754 r->code = icmp_type->code;
4770 if (icmp_type->proto && r->proto != icmp_type->proto) {
/netbsd-6-1-5-RELEASE/dist/ipf/iplang/
H A Diplang_y.y1520 icmp->icmp_type = type;
1550 icmp->icmp_type = i;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dmsghdl.c1095 "ICMP:%u.%u", icmp->icmp_type, icmp->icmp_code);
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec.c995 htons((uint16_t)icmph.icmp_type);
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf.c3114 icmptype = pd->hdr.icmp->icmp_type;
4352 icmptype = pd->hdr.icmp->icmp_type;
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dipsec.c1032 htons((uint16_t)icmph.icmp_type);

Completed in 364 milliseconds

12