Home
last modified time | relevance | path

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

/PHP-7.3/ext/snmp/
H A Dsnmp.c1080 char *pptr, *host_ptr; in netsnmp_session_init() local
1098 host_ptr = session->peername; in netsnmp_session_init()
1101 if (*host_ptr == '[') { /* IPv6 address */ in netsnmp_session_init()
1103 host_ptr++; in netsnmp_session_init()
1104 if ((pptr = strchr(host_ptr, ']'))) { in netsnmp_session_init()
1114 if ((pptr = strchr(host_ptr, ':'))) { in netsnmp_session_init()
1122 …if ((n = php_network_getaddresses(host_ptr, SOCK_DGRAM, &psal, NULL)) == 0) { /* some resolver err… in netsnmp_session_init()

Completed in 15 milliseconds