diff options
| author | Necip Fazil Yildiran <necip@google.com> | 2020-06-23 08:53:15 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-23 10:34:37 +0200 |
| commit | 0c8fbbfce1e43634a1c3d71a173e6944e86da76b (patch) | |
| tree | 26e6d8f8ce83f8a974629b182a98bbda3e05f873 /sys/linux/socket_qipcrtr_386.const | |
| parent | 125d86d10169640c73e42208190f624d79a3bde7 (diff) | |
sys/linux: add descriptions for qrtr socket
Added descriptions to test Qualcomm's IPC router protocol for sockets.
Update #533.
Diffstat (limited to 'sys/linux/socket_qipcrtr_386.const')
| -rw-r--r-- | sys/linux/socket_qipcrtr_386.const | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/linux/socket_qipcrtr_386.const b/sys/linux/socket_qipcrtr_386.const new file mode 100644 index 000000000..7c5e9cb29 --- /dev/null +++ b/sys/linux/socket_qipcrtr_386.const @@ -0,0 +1,12 @@ +# AUTOGENERATED FILE +AF_QIPCRTR = 42 +SIOCGIFADDR = 35093 +SOCK_DGRAM = 2 +TIOCINQ = 21531 +TIOCOUTQ = 21521 +__NR_bind = 361 +__NR_connect = 362 +__NR_getpeername = 368 +__NR_getsockname = 367 +__NR_ioctl = 54 +__NR_socket = 359 |
