Searched refs:NET_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
17 #define NET_BUFSIZE 4096 macro28 UINT8 ibuf[NET_BUFSIZE];33 UINT8 obuf[NET_BUFSIZE];
355 r = read(sock->fd, sock->ibuf, NET_BUFSIZE); in ne_net_fill()601 if (sock->ol < NET_BUFSIZE) in ne_net_write()603 if (sock->ol + x <= NET_BUFSIZE) in ne_net_write()609 l = NET_BUFSIZE - sock->ol; in ne_net_write()