SYS_SENDMMSG
if (call < SYS_SOCKET || call > SYS_SENDMMSG)
case SYS_SENDMMSG:
if (call < 1 || call > SYS_SENDMMSG)
call = array_index_nospec(call, SYS_SENDMMSG + 1);