inetpeer_addr_cmp
cmp = inetpeer_addr_cmp(daddr, &p->daddr);
return (a->family == b->family) && !inetpeer_addr_cmp(a, b);