Home | History | Annotate | Download | only in strace

Lines Matching full:mr_address

1395 		tprintf(", mr_alen=%u, mr_address=", mreq.mr_alen);
1396 if (mreq.mr_alen > ARRAY_SIZE(mreq.mr_address))
1397 mreq.mr_alen = ARRAY_SIZE(mreq.mr_address);
1399 tprintf("%02x", mreq.mr_address[i]);