Home | History | Annotate | Download | only in libpcap

Lines Matching defs:BYTE

18 typedef unsigned char  BYTE;
21 typedef BYTE ETHER[6];
131 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
134 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
135 extern int peek_rxbuf (BYTE **buf);
136 extern int release_rxbuf (BYTE *buf);
164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
165 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
166 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
167 int (*release_rx_buf) (BYTE *buf); /* release after peek */