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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpool.c454 char *ip_buf; local
458 ALLOC_ARRAY_CLEAR_GC (ip_buf, char, buf_size, &gc);
475 && buf_parse (&in, ',', ip_buf, buf_size))
478 const in_addr_t addr = getaddr (GETADDR_HOST_ORDER, ip_buf, 0, &succeeded, NULL);

Completed in 83 milliseconds