Home
last modified time | relevance | path

Searched defs:dst_mask (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.h68 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 Dng_netflow.h256 uint8_t dst_mask; /* destination route mask bits */ member
274 uint8_t dst_mask; /* destination route mask bits */ member
H A Dnetflow.h130 uint8_t dst_mask; /* Destination route's mask bits */ member
/freebsd/sys/netinet/libalias/
H A Dalias_proxy.c107 struct in_addr dst_mask; member
556 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule() local
/freebsd/contrib/tcpdump/
H A Dprint-cnfp.c115 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member
149 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp773 uint32_t dst_mask) { in Append()