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

/freebsd-13-stable/sys/netinet6/
H A Dicmp6.c2421 struct ip6_hdr *sip6; /* m0 as struct ip6_hdr */ local
2448 sip6 = mtod(m0, struct ip6_hdr *);
2452 src_sa.sin6_addr = sip6->ip6_src;
2455 if (IN6_IS_ADDR_MULTICAST(&sip6->ip6_dst))
2459 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0))
2514 bcopy(&sip6->ip6_src, &ip6->ip6_dst, sizeof(struct in6_addr));
2530 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst,
2534 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_target,
2536 bcopy(&sip6->ip6_dst, &nd_rd->nd_rd_dst,
2667 in6_clearscope(&sip6
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3080 struct in6_addr sip6; member in struct:fhashentry6
3165 (f->sip6.__u6_addr.__u6_addr32[2]) ^
3166 (f->sip6.__u6_addr.__u6_addr32[3]) ^
3276 memset(&fe6->sip6, 0xFF, sizeof(fe6->sip6));
3373 tfe->a.a6.sip6 = fe6->sip6;
3409 fe6->sip6 = tfe->a.a6.sip6;
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h863 struct in6_addr sip6; member in struct:tflow_entry::__anon15348::__anon15350
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c1275 memcpy(&tfe->a.a6.sip6, &tmp, 16);
1904 paddr = &tfe->a.a6.sip6;

Completed in 77 milliseconds