Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_proxy.c108 struct in_addr dst_mask; member
479 dst_addr_masked.s_addr = dst_addr.s_addr & ptr->dst_mask.s_addr; in ProxyCheck()
561 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule() local
592 IpMask(0, &dst_mask); in LibAliasProxyRule()
782 dst_mask = mask; in LibAliasProxyRule()
856 proxy_entry->dst_addr.s_addr = dst_addr.s_addr & dst_mask.s_addr; in LibAliasProxyRule()
858 proxy_entry->dst_mask = dst_mask; in LibAliasProxyRule()
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow_v9.h70 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member
95 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member
H A Dnetflow_v9.c287 rec->dst_mask = fed->dst_mask; in export9_add()
318 rec->dst_mask = fed6->dst_mask; in export9_add()
H A Dng_netflow.h257 uint8_t dst_mask; /* destination route mask bits */ member
275 uint8_t dst_mask; /* destination route mask bits */ member
H A Dnetflow.h131 uint8_t dst_mask; /* Destination route's mask bits */ member
H A Dnetflow.c365 fle->f.dst_mask = plen; in hash_insert()
439 fle6->f.dst_mask = plen; in hash6_insert()
1072 rec->dst_mask = fle->f.dst_mask; in export_add()
/f-stack/dpdk/app/test-pipeline/
H A Dpipeline_acl.c207 uint32_t dst_mask = in app_main_loop_worker_pipeline_acl() local
216 dst_mask, in app_main_loop_worker_pipeline_acl()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h257 uint8_t dst_mask; /* destination route mask bits */ member
275 uint8_t dst_mask; /* destination route mask bits */ member
H A Dnetflow.h129 uint8_t dst_mask; /* Destination route's mask bits */ member
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3216 dst_mask (ipv4_dst) (ipv6_dst) (dst_port)
3229 dst_mask 255.255.255.255 \
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c10318 cmdline_fixed_string_t dst_mask; member
10409 dst_mask, "dst_mask");