Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/packet/
H A Dos_packet_private.h284 struct __buflet buf_com; member
285 #define buf_addr buf_com.__baddr
286 #define buf_nbft_addr buf_com.__nbft_addr
287 #define buf_idx buf_com.__bidx
288 #define buf_nbft_idx buf_com.__nbft_idx
289 #define buf_dlim buf_com.__dlim
290 #define buf_dlen buf_com.__dlen
291 #define buf_doff buf_com.__doff
292 #define buf_flag buf_com.__flag
293 #define buf_bft_idx_reg buf_com.__bft_idx
[all …]
H A Dpacket_var.h51 struct __buflet buf_com; member