Author: tuexen
Date: Wed May 3 16:03:33 2017
New Revision: 317750
URL: https://svnweb.freebsd.org/changeset/base/317750
Log:
Add support for sctp_generic_sendmsg() and sctp_generic_recvmsg().
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls.c
==============================================================================
--- head/usr.bin/truss/syscalls.c Wed May 3 15:55:29 2017
(r317749)
+++ head/usr.bin/truss/syscalls.c Wed May 3 16:03:33 2017
(r317750)
@@ -291,6 +291,14 @@ static struct syscall decoded_syscalls[]
.args = { { Rforkflags, 0 } } },
{ .name = "rmdir", .ret_type = 1, .nargs = 1,
.args = { { Name, 0 } } },
+ { .name = "sctp_generic_recvmsg", .ret_type = 1, .nargs = 7,
+ .args = { { Int, 0 }, { Ptr | IN, 1 }, { Int, 2 },
+ { Sockaddr | OUT, 3 }, { Ptr | OUT, 4 }, { Ptr | OUT, 5 },
+ { Ptr | OUT, 6 } } },
+ { .name = "sctp_generic_sendmsg", .ret_type = 1, .nargs = 7,
+ .args = { { Int, 0 }, { BinString | IN, 1 }, { Int, 2 },
+ { Sockaddr | IN, 3 }, { Socklent, 4 }, { Ptr | IN, 5 },
+ { Msgflags, 6 } } },
{ .name = "select", .ret_type = 1, .nargs = 5,
.args = { { Int, 0 }, { Fd_set, 1 }, { Fd_set, 2 }, { Fd_set, 3 },
{ Timeval, 4 } } },
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"