diff options
author | Raimo Niskanen <[email protected]> | 2010-10-04 15:12:10 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-11-09 12:14:37 +0100 |
commit | ff7a4dbd6881e2434ed2619df541c113281cf0a0 (patch) | |
tree | 66fa2bc23e1ae3af0bc58a067de0a27543f4b9ac /lib/kernel/src/inet_int.hrl | |
parent | 989fa5de1889c3fd09e9b5e25c244e2a855bf0b5 (diff) | |
download | otp-ff7a4dbd6881e2434ed2619df541c113281cf0a0.tar.gz otp-ff7a4dbd6881e2434ed2619df541c113281cf0a0.tar.bz2 otp-ff7a4dbd6881e2434ed2619df541c113281cf0a0.zip |
Implement basic inet:getifaddrs/0
Diffstat (limited to 'lib/kernel/src/inet_int.hrl')
-rw-r--r-- | lib/kernel/src/inet_int.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/kernel/src/inet_int.hrl b/lib/kernel/src/inet_int.hrl index cf357b7fba..6f1688c6a2 100644 --- a/lib/kernel/src/inet_int.hrl +++ b/lib/kernel/src/inet_int.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2009. All Rights Reserved. +%% Copyright Ericsson AB 1997-2010. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -82,6 +82,7 @@ -define(INET_REQ_IFGET, 22). -define(INET_REQ_IFSET, 23). -define(INET_REQ_SUBSCRIBE, 24). +-define(INET_REQ_GETIFADDRS, 25). %% TCP requests -define(TCP_REQ_ACCEPT, 40). -define(TCP_REQ_LISTEN, 41). |