Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c771 (id->dst_ip6.__u6_addr.__u6_addr32[3]) ^ in hash_packet()
832 t6.addr[1] = id->dst_ip6; in hash_packet6()
836 t6.addr[0] = id->dst_ip6; in hash_packet6()
903 ip6_sprintf(dst, &id->dst_ip6); in print_dyn_rule_flags()
1177 IN6_IS_ADDR_LINKLOCAL(&args->f_id.dst_ip6)) in dyn_getscopeid()
1312 IN6_ARE_ADDR_EQUAL(&s->dst, &pkt->dst_ip6)) in dyn_lookup_ipv6_parent_locked()
1656 s->dst = pkt->dst_ip6; in dyn_alloc_ipv6_state()
1898 id.dst_ip6 = pkt->dst_ip6; in dyn_install_state()
1900 memset(&id.dst_ip6, 0, sizeof(id.dst_ip6)); in dyn_install_state()
2993 memset(&dst->id.dst_ip6, 0, sizeof(dst->id.dst_ip6)); in dyn_export_ipv4_state()
[all …]
H A Dip_fw2.c591 ip6->ip6_src = id->dst_ip6; in ipfw_send_abort()
701 h6->ip6_dst = id->dst_ip6; in ipfw_send_pkt()
703 h6->ip6_src = id->dst_ip6; in ipfw_send_pkt()
1165 &id->dst_ip6, htons(id->dst_port), in check_uidgid()
1169 &id->dst_ip6, htons(id->dst_port), in check_uidgid()
1701 args->f_id.dst_ip6 = ip6->ip6_dst; in ipfw_chk()
2039 (void *)&args->f_id.dst_ip6; in ipfw_chk()
2116 pkey = &args->f_id.dst_ip6; in ipfw_chk()
2557 args->f_id.dst_ip6; in ipfw_chk()
2989 &args->f_id.dst_ip6)) { in ipfw_chk()
[all …]
H A Dip_dummynet.c180 APPLY_MASK(&id->dst_ip6, &mask->dst_ip6); in flow_id_mask()
206 OR_MASK(&dst->dst_ip6, &src->dst_ip6); in flow_id_or()
224 m->dst_ip6.__u6_addr.__u6_addr32[0] || in nonzero_mask()
225 m->dst_ip6.__u6_addr.__u6_addr32[1] || in nonzero_mask()
226 m->dst_ip6.__u6_addr.__u6_addr32[2] || in nonzero_mask()
227 m->dst_ip6.__u6_addr.__u6_addr32[3] || in nonzero_mask()
245 uint32_t *d = (uint32_t *)&id->dst_ip6; in flow_id_hash()
286 !bcmp(&id1->dst_ip6,&id2->dst_ip6, sizeof(id1->dst_ip6)) && in flow_id_cmp()
H A Dip_fw_log.c317 ip6_sprintf(ip6buf, &args->f_id.dst_ip6)); in ipfw_log()
H A Dip_fw_table_algo.c3229 idp = (uint64_t *)&id->dst_ip6; in ta_lookup_fhash()
/f-stack/tools/ipfw/
H A Ddummynet.c409 inet_ntop(AF_INET6_LINUX, &(id->dst_ip6), buf, sizeof(buf)); in print_mask()
461 inet_ntop(AF_INET6_LINUX, &(id->dst_ip6), buff, sizeof(buff)), in list_flow()
1477 n2mask(&mask->dst_ip6, 128); in ipfw_config_pipe()
1500 pa6 = &mask->dst_ip6; in ipfw_config_pipe()
H A Dipfw2.c2323 bprintf(bp, " <-> %s %d", inet_ntop(AF_INET6_LINUX, &d->id.dst_ip6, in show_dyn_state()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c201 #define ALIASLINK_HVAL(c, f) HVAL(&(f)->dst_ip6,\
382 state->ip6_dst = f_id->dst_ip6; in nat64lsn_get_state6to4()
1533 addr = nat64_extract_ip4(&f_id->dst_ip6, cfg->base.plat_plen); in nat64lsn_translate6()
1600 memcmp(&args->f_id.dst_ip6, &cfg->base.plat_prefix, in ipfw_nat64lsn()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h687 struct in6_addr dst_ip6; member
/f-stack/freebsd/netinet/
H A Dip_fw.h687 struct in6_addr dst_ip6; member
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c415 args->f_id.dst_ip6 = ip6->ip6_dst; in ipfw_nptv6()