Home | History | Annotate | Download | only in strace

Lines Matching defs:ifc

92 	struct ifconf ifc;
98 umove(tcp, tcp->u_arg[2], &ifc);
99 if (ifc.ifc_buf == NULL)
100 tprintf(", {%d -> ", ifc.ifc_len);
212 umove(tcp, tcp->u_arg[2], &ifc);
213 tprintf("%d, ", ifc.ifc_len);
215 tprintf("%lx", (unsigned long) ifc.ifc_buf);
216 } else if (ifc.ifc_buf == NULL) {
220 unsigned nifra = ifc.ifc_len / sizeof(struct ifreq);
222 umoven(tcp, (unsigned long) ifc.ifc_buf, sizeof(ifra),