Searched refs:fetch_socklen (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | net.c | 216 fetch_socklen(struct tcb *const tcp, int *const plen, in fetch_socklen() function 231 if (fetch_socklen(tcp, &ulen, tcp->u_arg[1], tcp->u_arg[2])) { in decode_sockname() 331 if (fetch_socklen(tcp, &ulen, tcp->u_arg[4], tcp->u_arg[5])) { in SYS_FUNC() 350 if (!fetch_socklen(tcp, &rlen, tcp->u_arg[4], tcp->u_arg[5])) { in SYS_FUNC()
|
D | ChangeLog | 21587 * net.c (fetch_socklen): Change address argument type from 27486 * net.c (SYS_FUNC(recvfrom)): Use fetch_socklen. Save the address 27536 * net.c (fetch_socklen): New function.
|