posix: add INADDR_LOOPBACK

This commit is contained in:
Simon Ruderich
2016-09-17 18:10:55 +02:00
parent d250f06550
commit 1cee3eb011

View File

@@ -1694,6 +1694,8 @@ var
INADDR_ANY* {.importc, header: "<netinet/in.h>".}: InAddrScalar
## IPv4 local host address.
INADDR_LOOPBACK* {.importc, header: "<netinet/in.h>".}: InAddrScalar
## IPv4 loopback address.
INADDR_BROADCAST* {.importc, header: "<netinet/in.h>".}: InAddrScalar
## IPv4 broadcast address.