diff options
| author | shankarapailoor <pailoor@uchicago.edu> | 2018-10-30 11:18:39 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-30 17:18:39 +0100 |
| commit | 06a012d997ca4a5106227bd5f8a4ae18594332ad (patch) | |
| tree | 28226bab8821a72a07bfa8f37b1a7b3021a46832 /sys/linux/socket_inet_arm64.const | |
| parent | 72add0ff6ffb01c1556f0ee9a2f4c7fe86f2ceb2 (diff) | |
sys/linux: adding constants for trace2syz to sockets
Diffstat (limited to 'sys/linux/socket_inet_arm64.const')
| -rw-r--r-- | sys/linux/socket_inet_arm64.const | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/linux/socket_inet_arm64.const b/sys/linux/socket_inet_arm64.const index 9830fe77a..e9b3a5cdd 100644 --- a/sys/linux/socket_inet_arm64.const +++ b/sys/linux/socket_inet_arm64.const @@ -80,6 +80,10 @@ SIOCGIFBRDADDR = 35097 SIOCGIFDSTADDR = 35095 SIOCGIFNETMASK = 35099 SIOCGIFPFLAGS = 35125 +SIOCGIWFREQ = 35589 +SIOCGIWMODE = 35591 +SIOCGIWNWID = 35587 +SIOCGIWSENS = 35593 SIOCRTMSG = 35085 SIOCSARP = 35157 SIOCSIFADDR = 35094 @@ -88,6 +92,10 @@ SIOCSIFDSTADDR = 35096 SIOCSIFFLAGS = 35092 SIOCSIFNETMASK = 35100 SIOCSIFPFLAGS = 35124 +SIOCSIWFREQ = 35588 +SIOCSIWMODE = 35590 +SIOCSIWNWID = 35586 +SIOCSIWSENS = 35592 # SOCKADDR_SIZE is not set # SOCKADDR_STORAGE_SIZE is not set __NR_accept = 202 |
