Searched refs:icmp6_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h102 u_int8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
199 #define mld6_type mld6_hdr.icmp6_type
214 #define nd_rs_type nd_rs_hdr.icmp6_type
226 #define nd_ra_type nd_ra_hdr.icmp6_type
254 #define nd_ns_type nd_ns_hdr.icmp6_type
265 #define nd_na_type nd_na_hdr.icmp6_type
288 #define nd_rd_type nd_rd_hdr.icmp6_type
369 #define ni_type icmp6_ni_hdr.icmp6_type
449 #define rr_type rr_hdr.icmp6_type
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dicmp6.c288 if (icp->icmp6_type < ICMP6_ECHO_REQUEST ||
289 icp->icmp6_type == ND_REDIRECT) {
338 icmp6->icmp6_type = type;
411 icmp6->icmp6_type, sum, ip6_sprintf(&ip6->ip6_src)));
423 switch (icmp6->icmp6_type) {
434 icmp6stat.icp6s_inhist[icmp6->icmp6_type]++;
436 if (icmp6->icmp6_type < ICMP6_INFOMSG_MASK)
439 switch (icmp6->icmp6_type) {
520 if (icmp6_ratelimit(&ip6->ip6_dst, icmp6->icmp6_type, code)) {
584 nicmp6->icmp6_type
[all...]
H A Dip6_fw.c261 type = icmp6->icmp6_type;
276 int icmp6_type; local
279 icmp6_type = icmp6->icmp6_type;
281 if (icmp6_type == ICMP6_ECHO_REQUEST ||
282 icmp6_type == ICMP6_MEMBERSHIP_QUERY ||
283 icmp6_type == ICMP6_WRUREQUEST ||
284 icmp6_type == ICMP6_FQDN_QUERY ||
285 icmp6_type == ICMP6_NI_QUERY)
499 icmp6->icmp6_type, icmp
[all...]
H A Draw_ip6.c328 type = icmp6->icmp6_type;

Completed in 379 milliseconds