| /src/sys/netinet6/ |
| nd6_rtr.c | 57 nd6_rtr_cache(struct mbuf *m, int off, int icmp6len, int icmp6_type) 82 switch (icmp6_type) { 138 icmp6_type == ND_ROUTER_SOLICIT ? "RS" : "RA", 143 nd6_cache_lladdr(ifp, &saddr6, lladdr, lladdrlen, icmp6_type, 0); 151 ICMP6_STATINC(icmp6_type == ND_ROUTER_SOLICIT ?
|
| icmp6.c | 416 if (icp->icmp6_type < ICMP6_ECHO_REQUEST || 417 icp->icmp6_type == ND_REDIRECT) { 464 icmp6->icmp6_type = type; 563 icmp6->icmp6_type, sum, IN6_PRINT(ip6buf, &ip6->ip6_src)); 576 switch (icmp6->icmp6_type) { 588 ICMP6_STATINC(ICMP6_STAT_INHIST + icmp6->icmp6_type); 590 switch (icmp6->icmp6_type) { 694 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; 718 if (icmp6->icmp6_type == MLD_LISTENER_QUERY) /* XXX: ugly... */ 807 nicmp6->icmp6_type = ICMP6_WRUREPLY [all...] |
| raw_ip6.c | 418 type = icmp6->icmp6_type;
|
| sctp6_usrreq.c | 330 if (icmp6->icmp6_type != ICMP6_PACKET_TOO_BIG) {
|
| /src/sys/netinet/ |
| icmp6.h | 76 u_int8_t icmp6_type; /* type field */ member in struct:icmp6_hdr 203 #define mld_type mld_icmp6_hdr.icmp6_type 220 #define nd_rs_type nd_rs_hdr.icmp6_type 232 #define nd_ra_type nd_ra_hdr.icmp6_type 260 #define nd_ns_type nd_ns_hdr.icmp6_type 271 #define nd_na_type nd_na_hdr.icmp6_type 294 #define nd_rd_type nd_rd_hdr.icmp6_type 410 #define ni_type icmp6_ni_hdr.icmp6_type 490 #define rr_type rr_hdr.icmp6_type
|
| /src/sys/net/npf/ |
| npf_alg_icmp.c | 221 ret = npfa_icmp6_inspect(ic6->icmp6_type, enpc, &hasqid); 294 ret = npfa_icmp6_inspect(ic6->icmp6_type, &enpc, &hasqid);
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.c | 130 static const struct icmptypeent icmp6_type[] = { variable in typeref:typename:const struct icmptypeent[] 259 for (i=0; i < (sizeof (icmp6_type) / 260 sizeof(icmp6_type[0])); i++) { 261 if (type == icmp6_type[i].type) 262 return (&icmp6_type[i]); 280 for (i=0; i < (sizeof (icmp6_type) / 281 sizeof(icmp6_type[0])); i++) { 282 if (!strcmp(w, icmp6_type[i].name)) 283 return (&icmp6_type[i]);
|
| /src/sbin/ping6/ |
| ping6.c | 1137 icp->icmp6_type = ICMP6_NI_QUERY; 1143 icp->icmp6_type = ICMP6_ECHO_REQUEST; 1339 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) { 1408 } else if (icp->icmp6_type == ICMP6_NI_REPLY && mynireply(ni)) { 2056 switch (icp->icmp6_type) { 2271 printf("Bad ICMP type: %d", icp->icmp6_type);
|
| /src/usr.sbin/traceroute6/ |
| traceroute6.c | 826 icp->icmp6_type = ICMP6_ECHO_REQUEST; 971 type = icp->icmp6_type;
|
| /src/sys/kern/ |
| uipc_mbufdebug.c | 752 (*pr)("ICMP6: Type = %u(", icmp6.icmp6_type); 753 switch (icmp6.icmp6_type) {
|
| /src/usr.sbin/npf/npfctl/ |
| npf_bpf_comp.c | 850 assert(offsetof(struct icmp6_hdr, icmp6_type) == type_off);
|
| /src/usr.sbin/rtadvd/ |
| rtadvd.c | 805 switch (icp->icmp6_type) { 889 __func__, icp->icmp6_type);
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_log.c | 450 if (icmp->icmp6_type < 128) {
|
| ip_state.c | 4444 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) { 4479 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || 4480 (ic->ici_type - 1 == oic->icmp6_type )) {
|
| ip_nat6.c | 1442 if (ipf_nat6_icmpquerytype(orgicmp->icmp6_type)) { 2607 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY) 3005 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY)
|
| fil.c | 924 if ((icmp6->icmp6_type & ICMP6_INFOMSG_MASK) != 0) 927 switch (icmp6->icmp6_type)
|
| /src/sys/netipsec/ |
| ipsec.c | 1031 htons((uint16_t)icmph.icmp6_type);
|
| /src/sys/dist/pf/net/ |
| pf.c | 3134 icmptype = pd->hdr.icmp6->icmp6_type; 4368 icmptype = pd->hdr.icmp6->icmp6_type;
|