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

/xnu-2782.1.97/bsd/netinet/
H A Dicmp6.h102 u_int8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
224 #define mld_type mld_icmp6_hdr.icmp6_type
241 #define nd_rs_type nd_rs_hdr.icmp6_type
253 #define nd_ra_type nd_ra_hdr.icmp6_type
281 #define nd_ns_type nd_ns_hdr.icmp6_type
292 #define nd_na_type nd_na_hdr.icmp6_type
315 #define nd_rd_type nd_rd_hdr.icmp6_type
414 #define ni_type icmp6_ni_hdr.icmp6_type
494 #define rr_type rr_hdr.icmp6_type
/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c264 type = icmp6->icmp6_type;
279 int icmp6_type; local
282 icmp6_type = icmp6->icmp6_type;
284 if (icmp6_type == ICMP6_ECHO_REQUEST ||
285 icmp6_type == ICMP6_MEMBERSHIP_QUERY ||
286 icmp6_type == ICMP6_WRUREQUEST ||
287 icmp6_type == ICMP6_FQDN_QUERY ||
288 icmp6_type == ICMP6_NI_QUERY)
506 icmp6->icmp6_type, icmp
[all...]
H A Dicmp6.c364 if (icp->icmp6_type < ICMP6_ECHO_REQUEST ||
365 icp->icmp6_type == ND_REDIRECT) {
412 icmp6->icmp6_type = type;
484 if (icmp6_ratelimit(&ip6->ip6_dst, icmp6->icmp6_type, code)) {
522 icmp6->icmp6_type, sum, ip6_sprintf(&ip6->ip6_src)));
535 switch (icmp6->icmp6_type) {
544 icmp6stat.icp6s_inhist[icmp6->icmp6_type]++;
546 if (icmp6->icmp6_type < ICMP6_INFOMSG_MASK)
549 switch (icmp6->icmp6_type) {
686 nicmp6->icmp6_type
[all...]
H A Draw_ip6.c402 type = icmp6->icmp6_type;
/xnu-2782.1.97/bsd/net/
H A Dpf.c4121 icmptype = pd->hdr.icmp6->icmp6_type;
5203 icmptype = pd->hdr.icmp6->icmp6_type;
6552 icmptype = pd->hdr.icmp6->icmp6_type;

Completed in 55 milliseconds