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

/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dipt.c43 const unsigned char *bytep; local
72 bytep = (const unsigned char *) &(nat_current->ipaddr.s_addr);
73 printf("lan client: %d.%d.%d.%d\n", bytep[0], bytep[1], bytep[2], bytep[3]);
250 const unsigned char *bytep; local
262 bytep = (const unsigned char *) &(mapping.match.src.ipaddr);
264 "%d.%d.%d.%d", bytep[0], bytep[
309 const unsigned char *bytep; local
[all...]
H A Dwanipc.c461 const unsigned char *bytep; local
463 bytep = (const unsigned char *) &(data->external_ipaddr.s_addr);
464 sprintf(var->value, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dssdp.c125 const unsigned char *bytep = (const unsigned char *) &(pif->inaddr.s_addr); local
128 bytep[0], bytep[1], bytep[2], bytep[3], HTTP_PORT, rootdev(pdev)->udn);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dpci_dma.c425 unsigned char * map, * bytep; local
454 bytep = map + byte;
462 if ( *bytep & mask ) {
467 *bytep |= mask;
483 b = *bytep & mask; /* Get the two bits */
486 *bytep ^= mask; /* turn off the two bits */
/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables.c827 const unsigned char *bytep; local
829 bytep = (const unsigned char *) &(addrp->s_addr);
830 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);

Completed in 66 milliseconds