Searched refs:bytep (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/tc/ |
D | m_ipt.c | 113 const unsigned char *bytep; in addr_to_dotted() local 115 bytep = (const unsigned char *) &(addrp->s_addr); in addr_to_dotted() 116 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]); in addr_to_dotted()
|
/external/iptables/ |
D | iptables.c | 949 const unsigned char *bytep; in addr_to_dotted() local 951 bytep = (const unsigned char *) &(addrp->s_addr); in addr_to_dotted() 952 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]); in addr_to_dotted()
|