Searched refs:bytep (Results 1 - 4 of 4) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_mangle.c288 const unsigned char *bytep; local
290 bytep = (const unsigned char *) &(addrp->s_addr);
291 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);
/external/iproute2/tc/
H A Dm_ipt.c113 const unsigned char *bytep; local
115 bytep = (const unsigned char *) &(addrp->s_addr);
116 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);
/external/iptables/iptables/
H A Dnft-arp.c49 const unsigned char *bytep; local
51 bytep = (const unsigned char *) &(addrp->s_addr);
52 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);
/external/iptables/libxtables/
H A Dxtables.c1205 const unsigned char *bytep = (const void *)&addrp->s_addr; local
1207 sprintf(buf, "%u.%u.%u.%u", bytep[0], bytep[1], bytep[2], bytep[3]);

Completed in 187 milliseconds