Searched refs:IPv6_2_IPv4 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddsock.c47 * IPv6_2_IPv4() -- macro to define the address of an IPv4 address contained
51 #define IPv6_2_IPv4(v6) (((uint8_t *)((struct in6_addr *)v6)->s6_addr)+12) macro
275 la = (unsigned char *)IPv6_2_IPv4(la);
277 fa = (unsigned char *)IPv6_2_IPv4(fa);
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Ddsock.c48 * IPv6_2_IPv4() -- macro to define the address of an IPv4 address contained
52 #define IPv6_2_IPv4(v6) (((uint8_t *)((struct in6_addr *)v6)->s6_addr)+12) macro
251 la = (unsigned char *)IPv6_2_IPv4(la);
253 fa = (unsigned char *)IPv6_2_IPv4(fa);

Completed in 128 milliseconds