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

1 23

  /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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/mips/mipsel-linux-android-4.4.3/sysroot/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);
mplpc.cpp 953 unsigned long ipaddr; local
958 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
959 return ipaddr;
  /gdk/samples/quake/jni/
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);
  /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. */
configure     [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 167 uint32_t ipaddr; local
168 // ipaddr field was not included in original AGpsStatus
170 ipaddr = agps_status->ipaddr;
172 ipaddr = 0xFFFFFFFF;
174 agps_status->type, agps_status->status, ipaddr);
  /external/grub/netboot/
etherboot.h 255 in_addr ipaddr; member in struct:arptable_t
  /hardware/libhardware/include/hardware/
gps.h 476 uint32_t ipaddr; member in struct:__anon17802
  /hardware/libhardware_legacy/wifi/
wifi.c 168 int do_dhcp_request(int *ipaddr, int *gateway, int *mask,
182 get_dhcp_info(ipaddr, gateway, mask, dns1, dns2, server, lease);
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 142 mIPAddr = (TextView) findViewById(R.id.ipaddr);
182 int ipAddr = wifiInfo.getIpAddress();
184 ipBuf.append(ipAddr & 0xff).append('.').
185 append((ipAddr >>>= 8) & 0xff).append('.').
186 append((ipAddr >>>= 8) & 0xff).append('.').
187 append((ipAddr >>>= 8) & 0xff);
  /external/ppp/pppd/
ipcp.c 297 ip_ntoa(ipaddr)
298 u_int32_t ipaddr;
302 slprintf(b, sizeof(b), "%I", ipaddr);
    [all...]
sys-linux.c 238 static int get_ether_addr (u_int32_t ipaddr, struct sockaddr *hwaddr,
    [all...]
sys-solaris.c     [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 3714 milliseconds

1 23