Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kdp/
H A Dkdp_protocol.h302 uint32_t max_bytes; member
H A Dkdp.c672 rp->max_bytes = MAX_KDP_DATA_SIZE; in kdp_maxbytes()
/xnu-11417.121.6/bsd/net/
H A Dkpi_interface.h1448 u_int32_t max_bytes, mbuf_t *first_packet, mbuf_t *last_packet,
H A Dbpf.c4003 …mmon_prefix_size(const void *__bidi_indexable a, const void *__bidi_indexable b, uint8_t max_bytes) in get_common_prefix_size() argument
4005 uint8_t max_words = max_bytes >> 2; in get_common_prefix_size()