17#ifndef TOOLBOX_NET_PROTOCOL_HPP
18#define TOOLBOX_NET_PROTOCOL_HPP
20#include <netinet/in.h>
28 return lhs.family_ ==
rhs.family_ &&
lhs.protocol_ ==
rhs.protocol_;
49 int family_, protocol_;
55 return lhs.family_ ==
rhs.family_ &&
lhs.protocol_ ==
rhs.protocol_;
76 int family_, protocol_;