mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
posix: add INADDR_LOOPBACK
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user