Searched refs:remote_ipv4 (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/frontend/ |
H A D | saned.c | 762 char *remote_ipv4 = NULL; /* in case we have an IPv4-mapped address (eg ::ffff:127.0.0.1) */ in check_host() local 800 remote_ipv4 = remote_ip + 7; in check_host() 807 err = getaddrinfo (remote_ipv4, NULL, &hints, &res); in check_host() 914 ((IPv4map == SANE_TRUE) && (strcmp (text_addr, remote_ipv4) == 0))) in check_host() 1009 else if ((IPv4map == SANE_TRUE) && (strcmp (config_line, remote_ipv4) == 0)) in check_host() 1039 err = getaddrinfo (remote_ipv4, NULL, &hints, &res); in check_host() 1053 ((IPv4map == SANE_TRUE) ? remote_ipv4 : remote_ip), config_line, netmask); in check_host() 1117 ((IPv4map == SANE_TRUE) && (strcmp (text_addr, remote_ipv4) == 0))) in check_host()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 2090 * in *key*\ **->remote_ipv4** or *key*\ **->remote_ipv6**. Also, 2110 * if (key.remote_ipv4 != 0x0a000001) 6154 __u32 remote_ipv4; member 6179 __u32 remote_ipv4; /* Stored in network byte order */ member
|
Completed in 20 milliseconds