Lines Matching refs:ipv6
134 static void scan_devices(int ipv4, int ipv6);
173 ipv6; /* SNMP IPv6 socket */ in main() local
220 if ((ipv6 = _cupsSNMPOpen(AF_INET6)) < 0) in main()
223 ipv6 = -1; in main()
240 scan_devices(ipv4, ipv6); in main()
247 if (ipv6 >= 0) in main()
248 _cupsSNMPClose(ipv6); in main()
1146 int ipv6) /* I - SNMP IPv6 socket */ in scan_devices() argument
1203 fd = ipv6; in scan_devices()
1233 if (ipv6 >= 0) in scan_devices()
1234 FD_SET(ipv6, &input); in scan_devices()
1236 fd = ipv4 > ipv6 ? ipv4 : ipv6; in scan_devices()
1240 ipv4, ipv6, strerror(errno)); in scan_devices()
1252 if (ipv6 >= 0 && FD_ISSET(ipv6, &input)) in scan_devices()
1254 read_snmp_response(ipv6); in scan_devices()