HomeSort by relevance Sort by last modified time
    Searched refs:ipaddr (Results 51 - 75 of 90) sorted by null

1 23 4

  /system/core/libnetutils/
dhcpmsg.c 74 uint32_t ipaddr, uint32_t serveraddr)
89 memcpy(x, &ipaddr, 4);
dhcp_utils.c 88 char *ipaddr,
106 property_get(prop_name, ipaddr, NULL);
182 char *ipaddr,
240 if (fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,
325 char *ipaddr,
368 fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,
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);
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 32 const char *ipaddr,
42 const char *ipaddr,
116 char ipaddr[PROPERTY_VALUE_MAX]; local
133 result = ::dhcp_do_request_renew(nameStr, ipaddr, gateway, &prefixLength,
136 result = ::dhcp_do_request(nameStr, ipaddr, gateway, &prefixLength,
154 env->NewStringUTF(ipaddr), prefixLength);
  /external/grub/netboot/
fsys_tftp.c 79 if (! udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr,
93 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr,
169 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr,
223 udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, iport,
297 return udp_transmit (arptable[ARP_SERVER].ipaddr.s_addr, ++iport,
  /system/core/netcfg/
netcfg.c 37 const char *ipaddr(in_addr_t addr) function
62 printf("%40s", ipaddr(addr));
  /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));
  /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/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/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/quake/quake/src/WinQuake/
net_mp.cpp 349 int ipaddr; local
352 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
355 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
net_udp.cpp 422 int ipaddr; local
425 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
428 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
net_wins.cpp 481 int ipaddr; local
484 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
487 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
net_bw.cpp 639 int ipaddr; local
642 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
645 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
  /external/openssh/
auth.c 98 const char *hostname = NULL, *ipaddr = NULL, *passwd = NULL; local
183 ipaddr = get_remote_ipaddr();
189 if (match_user(pw->pw_name, hostname, ipaddr,
200 if (match_user(pw->pw_name, hostname, ipaddr,
canohost.c 158 check_ip_options(int sock, char *ipaddr)
180 ipaddr, text);
341 /* Check whether we have cached the ipaddr. */
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 174 uint32_t ipaddr; local
175 // ipaddr field was not included in original AGpsStatus
177 ipaddr = agps_status->ipaddr;
179 ipaddr = 0xFFFFFFFF;
181 agps_status->type, agps_status->status, ipaddr);

Completed in 743 milliseconds

1 23 4