Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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 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
/freebsd-13.1/sys/netinet/libalias/
H A Dalias_proxy.c109 struct in_addr dst_mask; member
558 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule() local
/freebsd-13.1/contrib/tcpdump/
H A Dprint-cnfp.c118 uint8_t dst_mask; /* destination address prefix mask bits */ member
152 uint8_t dst_mask; /* destination address prefix mask bits */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp828 uint32_t dst_mask) { in Append()