Searched refs:ip_mask (Results 1 – 1 of 1) sorted by relevance
/third_party/node/src/ |
D | node_sockaddr.cc | 276 uint8_t ip_mask[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xff, 0xff, 0, 0, 0, 0}; in in_network_ipv4_ipv6() local 277 uint8_t* ptr = ip_mask; in in_network_ipv4_ipv6()
|