aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/inet_int.hrl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2013-11-05 15:52:56 +0100
committerRaimo Niskanen <[email protected]>2013-11-07 14:06:45 +0100
commitbb52546e9a671ed0fd55d2e5274f299a853bed51 (patch)
treedfa6f2cc7761e0e01e79753a5aa484d1fe27b2c8 /lib/kernel/src/inet_int.hrl
parentabac2eda110a33d8310c0f9cc152d91de37f731d (diff)
downloadotp-bb52546e9a671ed0fd55d2e5274f299a853bed51.tar.gz
otp-bb52546e9a671ed0fd55d2e5274f299a853bed51.tar.bz2
otp-bb52546e9a671ed0fd55d2e5274f299a853bed51.zip
Implement prim_inet:socknames/1,2 and prim_inet:peernames/1,2
Diffstat (limited to 'lib/kernel/src/inet_int.hrl')
-rw-r--r--lib/kernel/src/inet_int.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/kernel/src/inet_int.hrl b/lib/kernel/src/inet_int.hrl
index 18a4a61b2f..641a8dc0ca 100644
--- a/lib/kernel/src/inet_int.hrl
+++ b/lib/kernel/src/inet_int.hrl
@@ -86,6 +86,8 @@
-define(INET_REQ_ACCEPT, 26).
-define(INET_REQ_LISTEN, 27).
-define(INET_REQ_IGNOREFD, 28).
+-define(INET_REQ_GETLADDRS, 29).
+-define(INET_REQ_GETPADDRS, 30).
%% TCP requests
%%-define(TCP_REQ_ACCEPT, 40). MOVED