HomeSort by relevance Sort by last modified time
    Searched refs:ipaddr (Results 76 - 100 of 148) sorted by null

1 2 34 5 6

  /system/core/netcfg/
netcfg.c 37 const char *ipaddr(in_addr_t addr) function
62 printf("%40s", ipaddr(addr));
  /external/chromium_org/third_party/libjingle/source/talk/base/
firewallsocketserver.cc 180 if ((r.src.ipaddr() != src.ipaddr()) && !r.src.IsNil())
184 if ((r.dst.ipaddr() != dst.ipaddr()) && !r.dst.IsNil())
nat_unittest.cc 194 if (client->Bind(SocketAddress(src.ipaddr(), 0)) != 0 ||
240 LOG(LS_INFO) << "selected ip " << ext_addr2.ipaddr();
291 ext_addrs[2].SetIP(ext_addrs[0].ipaddr());
292 ext_addrs[3].SetIP(ext_addrs[1].ipaddr());
socketaddress.h 106 const IPAddress& ipaddr() const;
  /system/core/libnetutils/
dhcpmsg.h 74 #define OPT_SUBNET_MASK 1 /* 4 <ipaddr> */
76 #define OPT_GATEWAY 3 /* 4*n <ipaddr> * n */
77 #define OPT_DNS 6 /* 4*n <ipaddr> * n */
79 #define OPT_BROADCAST_ADDR 28 /* 4 <ipaddr> */
81 #define OPT_REQUESTED_IP 50 /* 4 <ipaddr> */
84 #define OPT_SERVER_ID 54 /* 4 <ipaddr> */
104 uint32_t ipaddr, uint32_t serveraddr);
  /external/ppp/pppd/plugins/radius/etc/
dictionary 10 # ipaddr - 4 octets in network byte order
49 ATTRIBUTE NAS-IP-Address 4 ipaddr
53 ATTRIBUTE Framed-IP-Address 8 ipaddr
54 ATTRIBUTE Framed-IP-Netmask 9 ipaddr
59 ATTRIBUTE Login-IP-Host 14 ipaddr
66 ATTRIBUTE Framed-IPX-Network 23 ipaddr
dictionary.ascend 26 ATTRIBUTE Ascend-Client-Gateway 132 ipaddr
29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr
30 ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr
33 ATTRIBUTE Ascend-User-Acct-Host 139 ipaddr
38 ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr
39 ATTRIBUTE Ascend-Assign-IP-Server 145 ipaddr
47 ATTRIBUTE Ascend-IF-Netmask 153 ipaddr
48 ATTRIBUTE Ascend-Remote-Addr 154 ipaddr
77 ATTRIBUTE Ascend-Home-Agent-IP-Addr 183 ipaddr
83 ATTRIBUTE Ascend-First-Dest 189 ipaddr
    [all...]
  /external/libppp/src/
ipcp.c 145 { 3, "IPADDR" }, /* IP-Address */
519 struct ncpaddr ipaddr; local
533 ncpaddr_setip4(&ipaddr, iplist_setcurpos(&ipcp->cfg.peer_list, pos));
539 ncpaddr_setip4(&ipaddr, iplist_setrandpos(&ipcp->cfg.peer_list));
541 ncprange_sethost(&ipcp->cfg.peer_range, &ipaddr);
566 ncprange_getaddr(&iface->addr[n].ifa, &ipaddr);
567 if (ncprange_contains(&ipcp->cfg.my_range, &ipaddr)) {
568 ncpaddr_getip4(&ipaddr, &ipcp->my_ip);
1058 struct in_addr ipaddr, dstipaddr, have_ip; local
1073 memcpy(&ipaddr.s_addr, opt->data, 4)
    [all...]
arp.c 225 * the same subnet as ipaddr.
229 arp_EtherAddr(struct in_addr ipaddr, struct sockaddr_dl *hwaddr,
303 (ipaddr.s_addr & netmask->sin_addr.s_addr)) {
306 dl->sdl_data, inet_ntoa(ipaddr));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 176 attr->SetIP(addr.ipaddr());
258 EXPECT_EQ(server_ext_addr.ipaddr(), mapped_addr->ipaddr());
288 EXPECT_EQ(server_ext_addr.ipaddr(), mapped_addr->ipaddr());
325 EXPECT_EQ(client2_addr.ipaddr(), src_addr->ipaddr());
493 EXPECT_EQ(client2_addr.ipaddr(), src_addr->ipaddr());
turnport_unittest.cc 134 kLocalAddr1.ipaddr(), 0, 0,
148 kLocalAddr2.ipaddr(), 0, 0,
261 EXPECT_EQ(kTurnUdpExtAddr.ipaddr(),
262 turn_port_->Candidates()[0].address().ipaddr());
276 EXPECT_EQ(kTurnUdpExtAddr.ipaddr(),
277 turn_port_->Candidates()[0].address().ipaddr());
stun_unittest.cc 66 in_addr stun_address = addr->ipaddr().ipv4_address();
71 in6_addr stun_address = addr->ipaddr().ipv6_address();
780 addr2.SetIP(addr->ipaddr());
784 ASSERT_EQ(addr2.ipaddr(), addr->ipaddr());
    [all...]
  /bionic/libc/kernel/arch-mips/asm/lasat/
lasat.h 61 unsigned int ipaddr; member in struct:lasat_eeprom_struct
91 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 61 unsigned int ipaddr; member in struct:lasat_eeprom_struct
91 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /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/asm-mips/lasat/
lasat.h 73 unsigned int ipaddr; member in struct:lasat_eeprom_struct
98 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 61 unsigned int ipaddr; member in struct:lasat_eeprom_struct
91 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 61 unsigned int ipaddr; member in struct:lasat_eeprom_struct
91 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 61 unsigned int ipaddr; member in struct:lasat_eeprom_struct
91 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/lasat/
lasat.h 61 unsigned int ipaddr; member in struct:lasat_eeprom_struct
91 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 61 unsigned int ipaddr; member in struct:lasat_eeprom_struct
91 unsigned int ipaddr; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 16 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 16 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 16 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
  /external/chromium_org/jingle/glue/
utils.cc 39 value.SetString("ip", candidate.address().ipaddr().ToString());

Completed in 1060 milliseconds

1 2 34 5 6