Searched refs:dst_mask (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/libalias/ |
H A D | alias_proxy.c | 107 struct in_addr dst_mask; member 475 dst_addr_masked.s_addr = dst_addr.s_addr & ptr->dst_mask.s_addr; in ProxyCheck() 556 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule() local 588 IpMask(0, &dst_mask); in LibAliasProxyRule() 775 dst_mask = mask; in LibAliasProxyRule() 851 proxy_entry->dst_addr.s_addr = dst_addr.s_addr & dst_mask.s_addr; in LibAliasProxyRule() 853 proxy_entry->dst_mask = dst_mask; in LibAliasProxyRule()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow_v9.h | 68 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member 93 uint8_t dst_mask; /* Destination route's mask bits (DST_MASK) */ member
|
H A D | netflow_v9.c | 283 rec->dst_mask = fed->dst_mask; in export9_add() 314 rec->dst_mask = fed6->dst_mask; in export9_add()
|
H A D | ng_netflow.h | 256 uint8_t dst_mask; /* destination route mask bits */ member 274 uint8_t dst_mask; /* destination route mask bits */ member
|
H A D | netflow.h | 130 uint8_t dst_mask; /* Destination route's mask bits */ member
|
H A D | netflow.c | 370 fle->f.dst_mask = plen; in hash_insert() 444 fle6->f.dst_mask = plen; in hash6_insert() 1075 rec->dst_mask = fle->f.dst_mask; in export_add()
|
/freebsd/contrib/tcpdump/ |
H A D | print-cnfp.c | 115 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member 149 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member 308 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->dst_mask)); in cnfp_v5_print() 410 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->dst_mask)); in cnfp_v6_print()
|
/freebsd/usr.sbin/flowctl/ |
H A D | flowctl.c | 364 fle->dst_mask, in flow_cache_print_verbose() 407 fle6->dst_mask, in flow_cache_print6_verbose()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | Options.h | 292 void Append(OptionGroup *group, uint32_t src_mask, uint32_t dst_mask);
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 773 uint32_t dst_mask) { in Append() argument 779 m_option_defs.back().usage_mask = dst_mask; in Append()
|