Home
last modified time | relevance | path

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

/haiku/headers/private/net/
H A DProtocolUtilities.h153 size_t fCurrentBytes; variable
166 ProtocolSocket(socket), fCurrentBytes(0) in DECL_DATAGRAM_SOCKET()
280 return fCurrentBytes; in DECL_DATAGRAM_SOCKET()
312 && (fCurrentBytes + buffer->size) > fSocket->receive.buffer_size) in DECL_DATAGRAM_SOCKET()
316 fCurrentBytes += buffer->size; in DECL_DATAGRAM_SOCKET()
333 fCurrentBytes -= buffer->size; in DECL_DATAGRAM_SOCKET()
344 fCurrentBytes = 0; in DECL_DATAGRAM_SOCKET()
366 fCurrentBytes); in DECL_DATAGRAM_SOCKET()
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1124 kprintf("%p %20s %20s %8lu\n", this, local, peer, fCurrentBytes); in Dump()