Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dextract.h865 get_cpy_bytes(netdissect_options *ndo, u_char *dst, const u_char *p, size_t len) in get_cpy_bytes() function
913 #define GET_CPY_BYTES(dst, p, len) get_cpy_bytes(ndo, (u_char *)(dst), (const u_char *)(p), len)