Home
last modified time | relevance | path

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

/PHP-7.4/ext/snmp/
H A Dsnmp.c1076 char *pptr, *host_ptr; in netsnmp_session_init() local
1094 host_ptr = session->peername; in netsnmp_session_init()
1097 if (*host_ptr == '[') { /* IPv6 address */ in netsnmp_session_init()
1099 host_ptr++; in netsnmp_session_init()
1100 if ((pptr = strchr(host_ptr, ']'))) { in netsnmp_session_init()
1110 if ((pptr = strchr(host_ptr, ':'))) { in netsnmp_session_init()
1118 …if ((n = php_network_getaddresses(host_ptr, SOCK_DGRAM, &psal, NULL)) == 0) { /* some resolver err… in netsnmp_session_init()

Completed in 13 milliseconds