HomeSort by relevance Sort by last modified time
    Searched refs:local_ip4 (Results 1 - 8 of 8) sorted by null

  /external/curl/lib/
hostsyn.c 88 const char *local_ip4)
91 (void)local_ip4;
asyn-ares.c 649 const char *local_ip4)
654 if((!local_ip4) || (local_ip4[0] == 0)) {
658 if(Curl_inet_pton(AF_INET, local_ip4, &a4) != 1) {
668 (void)local_ip4;
hostip.h 226 const char *local_ip4);
asyn-thread.c 704 const char *local_ip4)
707 (void)local_ip4;
  /bionic/libc/kernel/uapi/linux/
bpf.h 273 __u32 local_ip4; member in struct:__sk_buff
353 __u32 local_ip4; member in struct:bpf_sock_ops
  /external/iproute2/include/uapi/linux/
bpf.h 722 __u32 local_ip4; /* Stored in network byte order */ member in struct:__sk_buff
829 __u32 local_ip4; /* Stored in network byte order */ member in struct:bpf_sock_ops
  /external/kernel-headers/original/uapi/linux/
bpf.h 822 __u32 local_ip4; /* Stored in network byte order */ member in struct:__sk_buff
939 __u32 local_ip4; /* Stored in network byte order */ member in struct:bpf_sock_ops
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_verifier.c 1027 "invalid access __sk_buff local_ip4",
1030 offsetof(struct __sk_buff, local_ip4)),
1097 "valid access __sk_buff local_ip4",
1100 offsetof(struct __sk_buff, local_ip4)),
    [all...]

Completed in 180 milliseconds