Searched refs:icmp6_code (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/netinet/
H A Dicmp6.h73 u_int8_t icmp6_code; /* code field */ member in struct:icmp6_hdr
200 #define mld_code mld_icmp6_hdr.icmp6_code
217 #define nd_rs_code nd_rs_hdr.icmp6_code
229 #define nd_ra_code nd_ra_hdr.icmp6_code
257 #define nd_ns_code nd_ns_hdr.icmp6_code
268 #define nd_na_code nd_na_hdr.icmp6_code
291 #define nd_rd_code nd_rd_hdr.icmp6_code
407 #define ni_code icmp6_ni_hdr.icmp6_code
487 #define rr_code rr_hdr.icmp6_code
578 #define ICMP6_STAT_BADCODE 259 /* icmp6_code ou
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c83 nd_uint8_t icmp6_code; /* code field */ member in struct:icmp6_hdr
188 #define mld6_code mld6_hdr.icmp6_code
206 #define nd_rs_code nd_rs_hdr.icmp6_code
218 #define nd_ra_code nd_ra_hdr.icmp6_code
247 #define nd_ns_code nd_ns_hdr.icmp6_code
258 #define nd_na_code nd_na_hdr.icmp6_code
274 #define nd_rd_code nd_rd_hdr.icmp6_code
390 #define ni_code icmp6_ni_hdr.icmp6_code
433 #define rr_code rr_hdr.icmp6_code
959 uint8_t icmp6_code,
958 rpl_print(netdissect_options *ndo, uint8_t icmp6_code, const u_char *bp, u_int length) argument
1019 uint8_t icmp6_type, icmp6_code; local
[all...]
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c208 static const struct icmpcodeent icmp6_code[] = { variable in typeref:struct:icmpcodeent
302 for (i=0; i < (sizeof (icmp6_code) /
303 sizeof(icmp6_code[0])); i++) {
304 if (type == icmp6_code[i].type &&
305 code == icmp6_code[i].code)
306 return (&icmp6_code[i]);
325 for (i=0; i < (sizeof (icmp6_code) /
326 sizeof(icmp6_code[0])); i++) {
327 if (type == icmp6_code[i].type &&
328 !strcmp(w, icmp6_code[
[all...]
/netbsd-current/sbin/ping6/
H A Dping6.c1104 icp->icmp6_code = ICMP6_NI_SUBJ_IPV6;
1113 icp->icmp6_code = 0; /* code field is always 0 */
1119 icp->icmp6_code = ICMP6_NI_SUBJ_IPV6;
1127 icp->icmp6_code = ICMP6_NI_SUBJ_FQDN; /*empty*/
1144 icp->icmp6_code = 0;
2058 switch (icp->icmp6_code) {
2077 icp->icmp6_code);
2089 switch (icp->icmp6_code) {
2098 icp->icmp6_code);
2105 switch (icp->icmp6_code) {
[all...]
/netbsd-current/usr.sbin/rtadvd/
H A Drtadvd.c822 if (icp->icmp6_code) {
826 __func__, icp->icmp6_code,
859 if (icp->icmp6_code) {
863 __func__, icp->icmp6_code,
/netbsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c827 icp->icmp6_code = 0;
972 code = icp->icmp6_code;
1009 icp->icmp6_code);
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dipft_tx.c481 ic6->icmp6_code = atoi(t + 1);
/netbsd-current/sys/netinet6/
H A Dicmp6.c465 icmp6->icmp6_code = code;
587 code = icmp6->icmp6_code;
695 nicmp6->icmp6_code = 0;
807 nicmp6->icmp6_code = 0;
2108 code = icmp6->icmp6_code; /* ditto. */
H A Draw_ip6.c420 code = icmp6->icmp6_code;
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_bpf_comp.c702 assert(offsetof(struct icmp6_hdr, icmp6_code) == code_off);
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c786 (*pr)("ICMP6: Code = %u\n", icmp6.icmp6_code);
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.c2101 if (icp->icmp6_code == 0) {
2111 icp->icmp6_type, icp->icmp6_code, sfrom);
/netbsd-current/sys/netipsec/
H A Dipsec.c1033 htons((uint16_t)icmph.icmp6_code);
/netbsd-current/sys/dist/pf/net/
H A Dpf.c3135 icmpcode = pd->hdr.icmp6->icmp6_code;

Completed in 394 milliseconds