Lines Matching refs:IPv4map
761 SANE_Bool IPv4map = SANE_FALSE;
801 IPv4map = SANE_TRUE;
811 IPv4map = SANE_FALSE; /* we failed, remote_ipv4_addr points to nothing */
827 if (IPv4map == SANE_TRUE)
914 ((IPv4map == SANE_TRUE) && (strcmp (text_addr, remote_ipv4) == 0)))
1009 else if ((IPv4map == SANE_TRUE) && (strcmp (config_line, remote_ipv4) == 0))
1015 /* handle IP ranges, take care of the IPv4map stuff */
1032 if (IPv4map == SANE_TRUE)
1047 (IPv4map == SANE_TRUE))
1053 ((IPv4map == SANE_TRUE) ? remote_ipv4 : remote_ip), config_line, netmask);
1117 ((IPv4map == SANE_TRUE) && (strcmp (text_addr, remote_ipv4) == 0)))