NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
in_hosteq
libexec/identd/identd.h
17
#define in_hosteq(s,t) ((s).s_addr == (t).s_addr)
sys/netinet/in.h
460
#define in_hosteq(s,t) ((s).s_addr == (t).s_addr)