Searched defs:v6pair (Results 1 – 1 of 1) sorted by relevance
63 struct v6pair { struct66 v6pair(const in6_addr& srcAddr, const in6_addr& dstAddr) : src(srcAddr), dst(dstAddr) {} in v6pair() function69 bool operator==(const v6pair& o) const; argument