Searched refs:InAddrSize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DConnection.h43 size_t InAddrSize() const;
H A DRequestBuilder.cpp712 memcpy(id + pos, server->ID().InAddr(), server->ID().InAddrSize());
713 pos += server->ID().InAddrSize();
715 memcpy(id + pos, local.InAddr(), local.InAddrSize());
716 pos += local.InAddrSize();
H A DConnection.cpp198 PeerAddress::InAddrSize() const function in class:PeerAddress

Completed in 103 milliseconds