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

/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp97 struct ndp_entry { struct
98 ndp_entry* next;
113 static ndp_entry* Lookup(const in6_addr& protocolAddress);
114 static ndp_entry* Add(const in6_addr& protocolAddress,
117 ~ndp_entry();
128 typedef ndp_entry ValueType;
136 size_t Hash(ndp_entry* value) const
141 bool Compare(in6_addr key, ndp_entry* value) const
146 ndp_entry*& GetLink(ndp_entry* valu
[all...]

Completed in 38 milliseconds