aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_llc_amd64.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-03-30 15:30:36 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-05-29 17:06:14 +0200
commited6cd26115de4e84cbe7446730dcd158a7e7ef66 (patch)
tree6f96ced796a0d41299aea25367ee4fc6dd5535fe /sys/socket_llc_amd64.const
parentbaf825803c72cdc02bed92a5f84ec43482aa35d3 (diff)
sys: add basic AF_LLC sockets descriptions
Diffstat (limited to 'sys/socket_llc_amd64.const')
-rw-r--r--sys/socket_llc_amd64.const51
1 files changed, 51 insertions, 0 deletions
diff --git a/sys/socket_llc_amd64.const b/sys/socket_llc_amd64.const
new file mode 100644
index 000000000..a56b82b69
--- /dev/null
+++ b/sys/socket_llc_amd64.const
@@ -0,0 +1,51 @@
+# AUTOGENERATED FILE
+AF_LLC = 26
+ETH_P_802_2 = 4
+ETH_P_802_3 = 1
+ETH_P_ALL = 3
+ETH_P_ARCNET = 26
+ETH_P_AX25 = 2
+ETH_P_CAIF = 247
+ETH_P_CAN = 12
+ETH_P_CANFD = 13
+ETH_P_CONTROL = 22
+ETH_P_DDCMP = 6
+ETH_P_DSA = 27
+ETH_P_ECONET = 24
+ETH_P_HDLC = 25
+ETH_P_IEEE802154 = 246
+ETH_P_IRDA = 23
+ETH_P_LOCALTALK = 9
+ETH_P_MOBITEX = 21
+ETH_P_PHONET = 245
+ETH_P_PPPTALK = 16
+ETH_P_PPP_MP = 8
+ETH_P_SNAP = 5
+ETH_P_TRAILER = 28
+ETH_P_TR_802_2 = 17
+ETH_P_WAN_PPP = 7
+ETH_P_XDSA = 248
+LLC_OPT_ACK_TMR_EXP = 3
+LLC_OPT_BUSY_TMR_EXP = 6
+LLC_OPT_PKTINFO = 9
+LLC_OPT_P_TMR_EXP = 4
+LLC_OPT_REJ_TMR_EXP = 5
+LLC_OPT_RETRY = 1
+LLC_OPT_RX_WIN = 8
+LLC_OPT_SIZE = 2
+LLC_OPT_TX_WIN = 7
+SOCK_DGRAM = 2
+SOCK_STREAM = 1
+SOL_LLC = 268
+__NR_accept = 43
+__NR_accept4 = 288
+__NR_bind = 49
+__NR_connect = 42
+__NR_getpeername = 52
+__NR_getsockname = 51
+__NR_getsockopt = 55
+__NR_recvfrom = 45
+__NR_sendto = 44
+__NR_setsockopt = 54
+__NR_socket = 41
+__NR_socketpair = 53