Home
last modified time | relevance | path

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

/PHP-5.5/ext/snmp/
H A Dsnmp.c1130 char *pptr, *host_ptr; in netsnmp_session_init() local
1156 host_ptr = session->peername; in netsnmp_session_init()
1159 if (*host_ptr == '[') { /* IPv6 address */ in netsnmp_session_init()
1161 host_ptr++; in netsnmp_session_init()
1162 if ((pptr = strchr(host_ptr, ']'))) { in netsnmp_session_init()
1172 if ((pptr = strchr(host_ptr, ':'))) { in netsnmp_session_init()
1180 …if ((n = php_network_getaddresses(host_ptr, SOCK_DGRAM, &psal, NULL TSRMLS_CC)) == 0) { /* some re… in netsnmp_session_init()

Completed in 11 milliseconds