Home
last modified time | relevance | path

Searched refs:addr_parse_ip (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DLAN_discovery.c76 if (addr_parse_ip(pAdapter->IpAddressList.IpMask.String, &subnet_mask) in fetch_broadcast_info()
77 && addr_parse_ip(pAdapter->GatewayList.IpAddress.String, &gateway)) { in fetch_broadcast_info()
H A Dnetwork.h247 bool addr_parse_ip(const char *address, IP *to);
H A Dnetwork.c1180 bool addr_parse_ip(const char *address, IP *to) in addr_parse_ip() function
1298 if (!addr_parse_ip(address, to)) { in addr_resolve_or_parse_ip()