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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dextract.h860 get_cpy_bytes(netdissect_options *ndo, u_char *dst, const u_char *p, size_t len) function
908 #define GET_CPY_BYTES(dst, p, len) get_cpy_bytes(ndo, (u_char *)(dst), (const u_char *)(p), len)

Completed in 115 milliseconds