Searched refs:ptrv4 (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | nat464_utils.c | 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() [all …]
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | mptcp_subr.c | 531 const char *ptrv4 = (const char *)addrv4; in mptcp_synthesize_nat64() local 555 memcpy(ptr + 12, ptrv4, 4); in mptcp_synthesize_nat64() 558 memcpy(ptr + 9, ptrv4, 4); in mptcp_synthesize_nat64() 561 memcpy(ptr + 7, ptrv4, 1); in mptcp_synthesize_nat64() 562 memcpy(ptr + 9, ptrv4 + 1, 3); in mptcp_synthesize_nat64() 565 memcpy(ptr + 6, ptrv4, 2); in mptcp_synthesize_nat64() 566 memcpy(ptr + 9, ptrv4 + 2, 2); in mptcp_synthesize_nat64() 569 memcpy(ptr + 5, ptrv4, 3); in mptcp_synthesize_nat64() 570 memcpy(ptr + 9, ptrv4 + 3, 1); in mptcp_synthesize_nat64() 573 memcpy(ptr + 4, ptrv4, 4); in mptcp_synthesize_nat64() [all …]
|