Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netgraph/netflow/
HDnetflow_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
HDng_netflow.h256 uint8_t dst_mask; /* destination route mask bits */ member
274 uint8_t dst_mask; /* destination route mask bits */ member
HDnetflow.h130 uint8_t dst_mask; /* Destination route's mask bits */ member
/freebsd-13-stable/sys/netinet/libalias/
HDalias_proxy.c107 struct in_addr dst_mask; member
556 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule() local
/freebsd-13-stable/contrib/tcpdump/
HDprint-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-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptions.cpp773 uint32_t dst_mask) { in Append()