icmp6_type 2903 net/pf.c icmptype = pd->hdr.icmp6->icmp6_type; icmp6_type 4121 net/pf.c icmptype = pd->hdr.icmp6->icmp6_type; icmp6_type 71 netinet/icmp6.h u_int8_t icmp6_type; /* type field */ icmp6_type 192 netinet/icmp6.h #define mld_type mld_icmp6_hdr.icmp6_type icmp6_type 207 netinet/icmp6.h #define nd_rs_type nd_rs_hdr.icmp6_type icmp6_type 219 netinet/icmp6.h #define nd_ra_type nd_ra_hdr.icmp6_type icmp6_type 234 netinet/icmp6.h #define nd_ns_type nd_ns_hdr.icmp6_type icmp6_type 245 netinet/icmp6.h #define nd_na_type nd_na_hdr.icmp6_type icmp6_type 268 netinet/icmp6.h #define nd_rd_type nd_rd_hdr.icmp6_type icmp6_type 338 netinet/icmp6.h #define ni_type icmp6_ni_hdr.icmp6_type icmp6_type 418 netinet/icmp6.h #define rr_type rr_hdr.icmp6_type icmp6_type 340 netinet6/icmp6.c if (icp->icmp6_type < ICMP6_ECHO_REQUEST || icmp6_type 341 netinet6/icmp6.c icp->icmp6_type == ND_REDIRECT) { icmp6_type 391 netinet6/icmp6.c icmp6->icmp6_type = type; icmp6_type 458 netinet6/icmp6.c icmp6->icmp6_type, sum, ip6_sprintf(&ip6->ip6_src))); icmp6_type 471 netinet6/icmp6.c switch (icmp6->icmp6_type) { icmp6_type 485 netinet6/icmp6.c icmp6->icmp6_type == ICMP6_ECHO_REQUEST && icmp6_type 490 netinet6/icmp6.c icmp6stat.icp6s_inhist[icmp6->icmp6_type]++; icmp6_type 492 netinet6/icmp6.c switch (icmp6->icmp6_type) { icmp6_type 639 netinet6/icmp6.c nicmp6->icmp6_type = ICMP6_ECHO_REPLY; icmp6_type 660 netinet6/icmp6.c if (icmp6->icmp6_type == MLD_LISTENER_QUERY) /* XXX: ugly... */ icmp6_type 751 netinet6/icmp6.c nicmp6->icmp6_type = ICMP6_WRUREPLY; icmp6_type 859 netinet6/icmp6.c icmp6->icmp6_type, ip6_sprintf(&ip6->ip6_src), icmp6_type 862 netinet6/icmp6.c if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST) { icmp6_type 926 netinet6/icmp6.c int icmp6type = icmp6->icmp6_type; icmp6_type 1923 netinet6/icmp6.c && ICMP6_FILTER_WILLBLOCK(icmp6->icmp6_type, icmp6_type 2036 netinet6/icmp6.c type = icmp6->icmp6_type; /* keep type for statistics */ icmp6_type 411 netinet6/raw_ip6.c type = icmp6->icmp6_type;