HomeSort by relevance Sort by last modified time
    Searched defs:ipaddr (Results 1 - 25 of 30) sorted by null

1 2

  /device/google/cuttlefish_common/common/vsoc/shm/
ril_layout.h 30 char ipaddr[16]; // xxx.xxx.xxx.xxx\0 = 16 bytes member in struct:vsoc::layout::ril::RilLayout
  /external/iptables/extensions/
libarpt_mangle.c 56 struct in_addr *ipaddr, mask; local
66 xtables_ipparse_any(optarg, &ipaddr, &mask, &nr);
67 mangle->u_s.src_ip.s_addr = ipaddr->s_addr;
68 free(ipaddr);
72 xtables_ipparse_any(optarg, &ipaddr, &mask, &nr);
73 mangle->u_t.tgt_ip.s_addr = ipaddr->s_addr;
74 free(ipaddr);
libxt_mangle.c 183 struct in_addr *ipaddr; local
207 ipaddr = parse_hostnetwork(cb->arg, &nr);
209 mangle->u_s.src_ip.s_addr = ipaddr->s_addr;
210 free(ipaddr);
228 ipaddr = parse_hostnetwork(cb->arg, &nr);
230 mangle->u_t.tgt_ip.s_addr = ipaddr->s_addr;
231 free(ipaddr);
  /external/syslinux/core/lwip/src/include/lwip/
netifapi.h 55 ip_addr_t *ipaddr; member in struct:netifapi_msg_msg::__anon37150::__anon37151
77 ip_addr_t *ipaddr,
85 ip_addr_t *ipaddr,
api_msg.h 78 ip_addr_t *ipaddr; member in struct:api_msg_msg::__anon37139::__anon37141
83 ip_addr_t *ipaddr; member in struct:api_msg_msg::__anon37139::__anon37142
  /hardware/libhardware/include/hardware/
gps_internal.h 77 uint32_t ipaddr; member in struct:__anon48223
gps.h 713 uint32_t ipaddr; member in struct:__anon48195
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip_addr.c 57 ip_addr_t ipaddr; local
58 ip4_addr_set_u32(&ipaddr, addr);
73 } else if (ip_addr_netcmp(&ipaddr, &(netif->ip_addr), &(netif->netmask))
  /external/webrtc/webrtc/base/
socketaddress.cc 131 const IPAddress& SocketAddress::ipaddr() const { function in class:rtc::SocketAddress
  /bionic/libc/kernel/uapi/linux/
atmmpc.h 31 __be32 ipaddr; member in struct:atmmpc_ioc
  /external/iputils/
rarpd.c 74 __u32 ipaddr; member in struct:rarp_map
318 ifa = select_ipaddr(ifindex, &emap.ipaddr, (__u32 **)hp->h_addr_list);
321 if (only_ethers || bootable(emap.ipaddr))
387 void arp_advise(int ifindex, unsigned char *lladdr, int lllen, __u32 ipaddr)
406 sin->sin_addr.s_addr = ipaddr;
524 if (put_myipaddr(&ptr, sll.sll_ifindex, rmap->ipaddr))
528 memcpy(ptr, &rmap->ipaddr, 4);
534 arp_advise(sll.sll_ifindex, rmap->lladdr, rmap->lladdr_len, rmap->ipaddr);
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 18 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
  /external/syslinux/core/lwip/src/netif/
etharp.c 100 ip_addr_t ipaddr; member in struct:etharp_entry
131 static err_t update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags);
172 snmp_delete_arpidx_tree(arp_table[i].netif, &arp_table[i].ipaddr);
191 ip_addr_set_zero(&arp_table[i].ipaddr);
244 * If ipaddr is NULL, return a initialized new entry in state ETHARP_EMPTY.
250 * @param ipaddr IP address to find in ARP cache, or to add if not found.
258 find_entry(ip_addr_t *ipaddr, u8_t flags)
294 if (ipaddr && ip_addr_cmp(ipaddr, &arp_table[i].ipaddr)) {
    [all...]
undiif.c 152 struct ip_addr ipaddr; member in struct:undiarp_entry
559 * Send an ARP request packet asking for ipaddr.
562 * @param ipaddr the IP address for which to ask
568 undiarp_request(struct netif *netif, struct ip_addr *ipaddr)
604 memcpy(hdr_ptr, ipaddr, 4);
663 snmp_delete_arpidx_tree(arp_table[i].netif, &arp_table[i].ipaddr);
693 * If ipaddr is NULL, return a initialized new entry in state ETHARP_EMPTY.
699 * @param ipaddr IP address to find in ARP cache, or to add if not found.
709 find_entry(struct ip_addr *ipaddr, u8_t flags, struct netif *netif)
711 find_entry(struct ip_addr *ipaddr, u8_t flags
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmmpc.h 17 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
  /system/core/libnetutils/
dhcpclient.c 86 const char *ipaddr(in_addr_t addr) function
101 uint32_t ipaddr; member in struct:dhcp_info
114 void get_dhcp_info(uint32_t *ipaddr, uint32_t *gateway, uint32_t *prefixLength,
118 *ipaddr = last_good_info.ipaddr;
130 return ifc_configure(ifname, info->ipaddr, info->prefixLength, info->gateway,
154 strcpy(addr, ipaddr(info->ipaddr));
155 strcpy(gway, ipaddr(info->gateway));
157 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1))
    [all...]
  /external/syslinux/core/lwip/src/core/
dns.c 88 #define DNS_SERVER_ADDRESS(ipaddr) (ip4_addr_set_u32(ipaddr, ipaddr_addr("208.67.222.222"))) /* resolver1.opendns.com */
177 ip_addr_t ipaddr; member in struct:dns_table_entry
477 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr));
479 return ip4_addr_get_u32(&dns_table[i].ipaddr);
816 SMEMCPY(&(pEntry->ipaddr), (pHostname+SIZEOF_DNS_ANSWER), sizeof(ip_addr_t));
818 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr)));
822 (*pEntry->found)(pEntry->name, &pEntry->ipaddr, pEntry->arg);
944 u32_t ipaddr; local
961 ipaddr = ipaddr_addr(hostname)
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 1714 struct cil_ipaddr *ipaddr = node->data; local
    [all...]
cil_build_ast.c 5570 struct cil_ipaddr *ipaddr = NULL; local
    [all...]
cil_resolve_ast.c 2920 struct cil_ipaddr *ipaddr = NULL; local
    [all...]
  /external/toybox/toys/pending/
dhcp6.c 121 uint8_t ipaddr[17] ; member in struct:dhcp_data_client
375 memcpy(dhcp_data.ipaddr,t+4,16);
427 inet_ntop(AF_INET6, res->ipaddr, toybuf, INET6_ADDRSTRLEN);
639 inet_ntop(AF_INET6, dhcp_data.ipaddr, toybuf, INET6_ADDRSTRLEN);
658 inet_ntop(AF_INET6, dhcp_data.ipaddr, toybuf, INET6_ADDRSTRLEN);
dhcp.c 142 struct in_addr ipaddr; member in struct:dhcpc_result_s
182 struct in_addr ipaddr; member in struct:dhcpc_state_s
511 if (res->ipaddr.s_addr) {
512 temp.s_addr = htonl(res->ipaddr.s_addr);
878 static uint8_t *dhcpc_addreqipaddr(struct in_addr *ipaddr, uint8_t *optptr)
882 memcpy(optptr, &ipaddr->s_addr, 4);
1025 if (state->status == STATE_RENEWING) memcpy(&state->pdhcp.ciaddr, &state->ipaddr.s_addr, 4);
1029 pend = dhcpc_addreqipaddr(&state->ipaddr, pend);
1039 memcpy(&state->pdhcp.ciaddr, &state->ipaddr.s_addr, 4);
    [all...]
ip.c 11 USE_IP(OLDTOY(ipaddr, ip, TOYFLAG_SBIN))
1420 static int ipaddr(char **argv) function
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.h 270 switch (address_.ipaddr().family()) {
280 const rtc::IPAddress& ipaddr() const { return address_.ipaddr(); } function in class:cricket::StunAddressAttribute
  /external/wpa_supplicant_8/src/ap/
sta_info.h 71 be32 ipaddr; member in struct:sta_info

Completed in 1512 milliseconds

1 2