Home | History | Annotate | Download | only in libpcap

Lines Matching refs:BYTE

16 typedef unsigned char  BYTE;
19 typedef BYTE ETHER[6];
129 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
132 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
133 extern int peek_rxbuf (BYTE **buf);
134 extern int release_rxbuf (BYTE *buf);
162 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
163 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
164 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
165 int (*release_rx_buf) (BYTE *buf); /* release after peek */