Home | History | Annotate | Download | only in libxtables

Lines Matching refs:bytep

1181 	const unsigned char *bytep = (const void *)&addrp->s_addr;
1183 sprintf(buf, "%u.%u.%u.%u", bytep[0], bytep[1], bytep[2], bytep[3]);