/external/iproute2/tc/ |
m_ipt.c | 113 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]);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-rl78.c | 239 int bytep, bitp; local 254 bytep = pos / 8; 265 gas_assert (bytep < rl78_bytes.n_base); 266 rl78_bytes.base[bytep] |= svalm; 270 bytep ++; 274 gas_assert (bytep < rl78_bytes.n_base); 275 rl78_bytes.base[bytep] |= valm; [all...] |
tc-rx.c | 858 int bytep, bitp; 873 bytep = pos / 8; 884 gas_assert (bytep < rx_bytes.n_base); 885 rx_bytes.base[bytep] |= svalm; 889 bytep ++; 893 gas_assert (bytep < rx_bytes.n_base); 894 rx_bytes.base[bytep] |= valm; 857 int bytep, bitp; local [all...] |
/external/iptables/libxtables/ |
xtables.c | 1181 const unsigned char *bytep = (const void *)&addrp->s_addr; local 1183 sprintf(buf, "%u.%u.%u.%u", bytep[0], bytep[1], bytep[2], bytep[3]); [all...] |