Home | History | Annotate | Download | only in strace

Lines Matching refs:tcp

44 print_addr(struct tcb *tcp, long addr, struct ifreq *ifr)
51 printstr(tcp, addr, sizeof(ifr->ifr_addr.sa_data));
55 sock_ioctl(struct tcb *tcp, long code, long arg)
62 if (entering(tcp)) {
64 if (umove(tcp, tcp->u_arg[2], &ifc) >= 0
101 printnum(tcp, arg, ", %#d");
128 if (umove(tcp, tcp->u_arg[2], &ifr) < 0)
129 tprintf(", %#lx", tcp->u_arg[2]);
130 else if (syserror(tcp)) {
164 print_addr(tcp, ((long) tcp->u_arg[2]
217 if (umove(tcp, tcp->u_arg[2], &ifc) < 0) {
222 if (syserror(tcp)) {
231 if (umoven(tcp, (unsigned long) ifc.ifc_buf,
242 if (verbose(tcp)) {
247 print_addr(tcp, ((long) tcp->u_arg[2]
267 sys_socketcall(struct tcb *tcp)
269 return printargs(tcp);