Home
last modified time | relevance | path

Searched refs:sip6 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet6/
H A Dicmp6.c2390 struct ip6_hdr *sip6; /* m0 as struct ip6_hdr */ in icmp6_redirect_output() local
2417 sip6 = mtod(m0, struct ip6_hdr *); in icmp6_redirect_output()
2421 src_sa.sin6_addr = sip6->ip6_src; in icmp6_redirect_output()
2424 if (IN6_IS_ADDR_MULTICAST(&sip6->ip6_dst)) in icmp6_redirect_output()
2428 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0)) in icmp6_redirect_output()
2483 bcopy(&sip6->ip6_src, &ip6->ip6_dst, sizeof(struct in6_addr)); in icmp6_redirect_output()
2499 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output()
2503 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_target, in icmp6_redirect_output()
2505 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst, in icmp6_redirect_output()
2636 in6_clearscope(&sip6->ip6_src); in icmp6_redirect_output()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3086 struct in6_addr sip6; member
3171 (f->sip6.__u6_addr.__u6_addr32[2]) ^ in hash_flow6()
3172 (f->sip6.__u6_addr.__u6_addr32[3]) ^ in hash_flow6()
3281 memset(&fe6->sip6, 0xFF, sizeof(fe6->sip6)); in ta_init_fhash()
3376 tfe->a.a6.sip6 = fe6->sip6; in ta_dump_fhash_tentry()
3412 fe6->sip6 = tfe->a.a6.sip6; in tei_to_fhash_ent()
/freebsd/sys/netinet/
H A Dip_fw.h937 struct in6_addr sip6; member
/freebsd/sbin/ipfw/
H A Dtables.c1296 memcpy(&tfe->a.a6.sip6, &tmp, 16); in tentry_fill_key_type()
1939 paddr = &tfe->a.a6.sip6; in table_show_entry()