Searched refs:UnixAddress (Results 1 – 8 of 8) sorted by relevance
28 class UnixAddress {30 UnixAddress() in UnixAddress() function35 UnixAddress(const UnixAddress& other) in UnixAddress() function40 UnixAddress(int32 internalID) in UnixAddress() function45 UnixAddress(dev_t volumeID, ino_t nodeID, struct vnode* vnode) in UnixAddress() function113 UnixAddress& operator=(const UnixAddress& other)122 bool operator==(const UnixAddress& other) const130 bool operator!=(const UnixAddress& other) const
16 typedef UnixAddress KeyType;68 UnixEndpoint* Lookup(const UnixAddress& address) const in Lookup()94 UnixAddress address(id); in NextUnusedInternalID()
33 const UnixAddress& Address() const in Address()87 UnixAddress fAddress;
9 UnixAddress.cpp
81 if (UnixAddress::IsEmptyAddress(*address)) in _Bind()84 internalID = UnixAddress::InternalID(*address); in _Bind()
512 UnixAddress unixAddress; in _InitializeEndpoint()519 if (UnixAddress::IsEmptyAddress(*address)) in _InitializeEndpoint()522 internalID = UnixAddress::InternalID(*address); in _InitializeEndpoint()
236 UnixAddress unixAddress; in Connect()241 if (UnixAddress::IsEmptyAddress(*address)) in Connect()244 internalID = UnixAddress::InternalID(*address); in Connect()
28 UnixAddress::ToString(char *buffer, size_t bufferSize) const in ToString()