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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_ipt.c122 const unsigned char *bytep; local
124 bytep = (const unsigned char *) &(addrp->s_addr);
125 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c1099 const unsigned char *bytep = (const void *)&addrp->s_addr; local
1101 sprintf(buf, "%u.%u.%u.%u", bytep[0], bytep[1], bytep[2], bytep[3]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c1098 const unsigned char *bytep = (const void *)&addrp->s_addr; local
1100 sprintf(buf, "%u.%u.%u.%u", bytep[0], bytep[1], bytep[2], bytep[3]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables.c941 const unsigned char *bytep; local
943 bytep = (const unsigned char *) &(addrp->s_addr);
944 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1807 uint8_t *bytep; local
1842 bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr);
1843 lpfc_sli_pcimem_bcopy(bytep, bytep, sizeof(uint32_t));
H A Dlpfc_sli.c12147 uint8_t *bytep; local
12189 bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr);
12190 lpfc_sli_pcimem_bcopy(&fcfindex, bytep, sizeof(uint32_t));
12197 bytep += sizeof(uint32_t);
12198 lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record));

Completed in 207 milliseconds