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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
bootparam_prot.h 42 ip_addr_t ip_addr; member in union:bp_address::__anon26794
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.h 42 ip_addr_t ip_addr; member in union:bp_address::__anon28385
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.h 42 ip_addr_t ip_addr; member in union:bp_address::__anon29899
  /external/bluetooth/bluedroid/stack/pan/
pan_int.h 63 UINT32 ip_addr; member in struct:__anon3493
  /external/wpa_supplicant_8/src/wps/
wps_er.h 81 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:wps_er
wps_upnp_i.h 131 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:upnp_wps_device_sm
162 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
174 int ssdp_open_multicast_sock(u32 ip_addr);
  /external/ppp/pppd/plugins/radius/
radius.c 114 u_int32_t ip_addr; member in struct:radius_state
224 *addrp = rstate.ip_addr;
626 rstate.ip_addr = remote;
    [all...]
  /external/dnsmasq/src/
rfc1035.c 518 in_addr_t ip_addr = ntohl(addr.s_addr); local
521 ((ip_addr & 0xFF000000) == 0x7F000000) /* 127.0.0.0/8 (loopback) */ ||
522 ((ip_addr & 0xFFFF0000) == 0xC0A80000) /* 192.168.0.0/16 (private) */ ||
523 ((ip_addr & 0xFF000000) == 0x0A000000) /* 10.0.0.0/8 (private) */ ||
524 ((ip_addr & 0xFFF00000) == 0xAC100000) /* 172.16.0.0/12 (private) */ ||
525 ((ip_addr & 0xFFFF0000) == 0xA9FE0000) /* 169.254.0.0/16 (zeroconf) */ ;
    [all...]

Completed in 189 milliseconds