diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-04-17 11:57:06 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-04-17 11:57:06 +0000 |
| commit | 28ebe80cab91c2e0c4e3027e695110c1cb2fa4ce (patch) | |
| tree | c9714052c3ff2d16c4996256c3dca0f6d0acc086 /sys/netinet/in.h | |
| parent | 44b0f6a020b7efc0988f02d08d6deb822aa7d73c (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in.h')
| -rw-r--r-- | sys/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 1f79761e7ebda..325b523320def 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -642,6 +642,7 @@ int in_broadcast(struct in_addr, struct ifnet *); int in_canforward(struct in_addr); int in_localaddr(struct in_addr); int in_localip(struct in_addr); +int in_ifhasaddr(struct ifnet *, struct in_addr); int inet_aton(const char *, struct in_addr *); /* in libkern */ char *inet_ntoa(struct in_addr); /* in libkern */ char *inet_ntoa_r(struct in_addr ina, char *buf); /* in libkern */ |
