Home
last modified time | relevance | path

Searched refs:dst_ip6 (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/share/dtrace/
Dipfw.d118 struct in6_addr dst_ip6; member
162 dst_ip6 = p->f_id.dst_ip6;
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_dynamic.c769 i = ntohl((id->dst_ip6.__u6_addr.__u6_addr32[2]) ^ in hash_packet()
770 (id->dst_ip6.__u6_addr.__u6_addr32[3]) ^ in hash_packet()
811 ret = memcmp(&id->src_ip6, &id->dst_ip6, sizeof(struct in6_addr)); in addrcmp6()
831 t6.addr[1] = id->dst_ip6; in hash_packet6()
835 t6.addr[0] = id->dst_ip6; in hash_packet6()
902 ip6_sprintf(dst, &id->dst_ip6); in print_dyn_rule_flags()
1177 IN6_IS_ADDR_LINKLOCAL(&args->f_id.dst_ip6)) { in dyn_getscopeid()
1211 IN6_ARE_ADDR_EQUAL(&s->dst, &pkt->dst_ip6)) { in dyn_lookup_ipv6_state()
1216 IN6_ARE_ADDR_EQUAL(&s->src, &pkt->dst_ip6) && in dyn_lookup_ipv6_state()
1247 IN6_ARE_ADDR_EQUAL(&s->dst, &pkt->dst_ip6)) { in dyn_lookup_ipv6_state_locked()
[all …]
Dip_fw2.c590 ip6->ip6_src = id->dst_ip6; in ipfw_send_abort()
698 h6->ip6_dst = id->dst_ip6; in ipfw_send_pkt()
700 h6->ip6_src = id->dst_ip6; in ipfw_send_pkt()
1164 &id->dst_ip6, htons(id->dst_port), in check_uidgid()
1168 &id->dst_ip6, htons(id->dst_port), in check_uidgid()
1696 args->f_id.dst_ip6 = ip6->ip6_dst; in ipfw_chk()
2022 (void *)&args->f_id.dst_ip6; in ipfw_chk()
2099 pkey = &args->f_id.dst_ip6; in ipfw_chk()
2192 ipfw_localip6(&args->f_id.dst_ip6); in ipfw_chk()
2528 IN6_ARE_ADDR_EQUAL(&args->f_id.dst_ip6, in ipfw_chk()
[all …]
Dip_dummynet.c195 APPLY_MASK(&id->dst_ip6, &mask->dst_ip6); in flow_id_mask()
221 OR_MASK(&dst->dst_ip6, &src->dst_ip6); in flow_id_or()
239 m->dst_ip6.__u6_addr.__u6_addr32[0] || in nonzero_mask()
240 m->dst_ip6.__u6_addr.__u6_addr32[1] || in nonzero_mask()
241 m->dst_ip6.__u6_addr.__u6_addr32[2] || in nonzero_mask()
242 m->dst_ip6.__u6_addr.__u6_addr32[3] || in nonzero_mask()
260 uint32_t *d = (uint32_t *)&id->dst_ip6; in flow_id_hash()
301 !bcmp(&id1->dst_ip6,&id2->dst_ip6, sizeof(id1->dst_ip6)) && in flow_id_cmp()
Dip_fw_log.c313 ip6_sprintf(ip6buf, &args->f_id.dst_ip6)); in ipfw_log()
Dip_fw_table_algo.c3242 idp = (uint64_t *)&id->dst_ip6; in ta_lookup_fhash()
/freebsd-12-stable/sbin/ipfw/
Ddummynet.c410 inet_ntop(AF_INET6, &(id->dst_ip6), buf, sizeof(buf)); in print_mask()
462 inet_ntop(AF_INET6, &(id->dst_ip6), buff, sizeof(buff)), in list_flow()
1478 n2mask(&mask->dst_ip6, 128); in ipfw_config_pipe()
1501 pa6 = &mask->dst_ip6; in ipfw_config_pipe()
Dipfw2.c2324 bprintf(bp, " <-> %s %d", inet_ntop(AF_INET6, &d->id.dst_ip6, in show_dyn_state()
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
Dnat64lsn.c201 #define ALIASLINK_HVAL(c, f) HVAL(&(f)->dst_ip6,\
383 state->ip6_dst = f_id->dst_ip6; in nat64lsn_get_state6to4()
1534 addr = nat64_extract_ip4(&f_id->dst_ip6, cfg->base.plat_plen); in nat64lsn_translate6()
1603 memcmp(&args->f_id.dst_ip6, &cfg->base.plat_prefix, in ipfw_nat64lsn()
/freebsd-12-stable/sys/netinet/
Dip_fw.h692 struct in6_addr dst_ip6; member
/freebsd-12-stable/sys/netpfil/ipfw/nptv6/
Dnptv6.c415 args->f_id.dst_ip6 = ip6->ip6_dst; in ipfw_nptv6()