Lines Matching refs:ptrv4
125 char *ptrv4 = (char *)__DECONST(struct in_addr *__indexable, addrv4); in nat464_synthesize_ipv6() local
151 memcpy(ptr + 12, ptrv4, 4); in nat464_synthesize_ipv6()
154 memcpy(ptr + 9, ptrv4, 4); in nat464_synthesize_ipv6()
157 memcpy(ptr + 7, ptrv4, 1); in nat464_synthesize_ipv6()
158 memcpy(ptr + 9, ptrv4 + 1, 3); in nat464_synthesize_ipv6()
161 memcpy(ptr + 6, ptrv4, 2); in nat464_synthesize_ipv6()
162 memcpy(ptr + 9, ptrv4 + 2, 2); in nat464_synthesize_ipv6()
165 memcpy(ptr + 5, ptrv4, 3); in nat464_synthesize_ipv6()
166 memcpy(ptr + 9, ptrv4 + 3, 1); in nat464_synthesize_ipv6()
169 memcpy(ptr + 4, ptrv4, 4); in nat464_synthesize_ipv6()
211 char *ptrv4 = (char *)__DECONST(struct in_addr *__indexable, addrv4); in nat464_synthesize_ipv4() local
225 memcpy(ptrv4, ptr + 12, 4); in nat464_synthesize_ipv4()
228 memcpy(ptrv4, ptr + 9, 4); in nat464_synthesize_ipv4()
231 memcpy(ptrv4, ptr + 7, 1); in nat464_synthesize_ipv4()
232 memcpy(ptrv4 + 1, ptr + 9, 3); in nat464_synthesize_ipv4()
235 memcpy(ptrv4, ptr + 6, 2); in nat464_synthesize_ipv4()
236 memcpy(ptrv4 + 2, ptr + 9, 2); in nat464_synthesize_ipv4()
239 memcpy(ptrv4, ptr + 5, 3); in nat464_synthesize_ipv4()
240 memcpy(ptrv4 + 3, ptr + 9, 1); in nat464_synthesize_ipv4()
243 memcpy(ptrv4, ptr + 4, 4); in nat464_synthesize_ipv4()