commit | 7af9f35001af19e2844b3e9fb3c672ee696be17b | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Mar 11 23:59:29 2012 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Mar 11 23:59:29 2012 +0000 |
tree | cb72deb2c20b9d86f9603890d9665c48f01bbcda | |
parent | 1ff463d15412de77fcf5b8ca1cf43c63dce1dbe1 [diff] |
Implement sendmmsg syscall decoder * linux/dummy.h (sys_sendmmsg): Remove. * linux/syscall.h (sys_sendmmsg): New prototype. * net.c (printmmsghdr): Add index argument specifying the element in mmsghdr array to print. (decode_mmsg): New function, prints the whole mmsghdr array, its length and message flags. (sys_sendmmsg): New function. (sys_recvmmsg): Use decode_mmsg to fix mmsghdr array decoding.