Searched refs:thk_ip (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | tcp_cache_test.c | 76 T_LOG(" tc_key.tck_src IP: %s", inet_ntoa(entry->tc_key.tck_src.thk_ip.addr)); 79 inet_ntop(AF_INET6, &entry->tc_key.tck_src.thk_ip.addr6, addr_str, sizeof(addr_str)); 154 T_LOG(" th_key.thk_ip IP: %s", inet_ntoa(entry->th_key.thk_ip.addr)); 157 inet_ntop(AF_INET6, &entry->th_key.thk_ip.addr6, addr_str, sizeof(addr_str));
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_cache.h | 51 in_4_6_addr thk_ip; member
|
| H A D | tcp_cache.c | 247 memcpy(&key->thk_ip.addr6, &tcks->laddr.addr6, sizeof(struct in6_addr)); in tcp_cache_hash_src() 262 memcpy(&key->thk_ip.addr, &tcks->laddr.addr, sizeof(struct in_addr)); in tcp_cache_hash_src()
|