HomeSort by relevance Sort by last modified time
    Searched refs:ip_addr (Results 1 - 25 of 29) sorted by null

1 2

  /external/wpa_supplicant_8/src/utils/
Makefile 18 ip_addr.o \
  /external/wpa_supplicant_8/src/wps/
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);
wps_er.h 81 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:wps_er
wps_upnp_ssdp.c 857 int ssdp_open_multicast_sock(u32 ip_addr)
874 &ip_addr, sizeof(ip_addr))) {
876 "%d (%s)", ip_addr, errno, strerror(errno));
890 mreq.imr_interface.s_addr = ip_addr;
922 sm->multicast_sd = ssdp_open_multicast_sock(sm->ip_addr);
wps_er_ssdp.c 169 er->multicast_sd = ssdp_open_multicast_sock(er->ip_addr);
wps_upnp.c 891 * @ip_addr: Buffer for returning IP address in network byte order
896 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
919 *ip_addr = addr->sin_addr.s_addr;
920 in_addr.s_addr = *ip_addr;
1028 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
    [all...]
  /external/ppp/pppd/plugins/radius/
config.c 404 * Purpose: see if ip_addr is one of the ip addresses of hostname
410 static int find_match (UINT4 *ip_addr, char *hostname)
418 if (*ip_addr == ntohl(inet_addr (hostname)))
432 if (ntohl(addr) == *ip_addr)
450 int rc_find_server (char *server_name, UINT4 *ip_addr, char *secret)
463 if ((*ip_addr = rc_get_ipaddr (server_name)) == (UINT4) 0)
506 if (find_match (ip_addr, hostnm) == 0)
518 if (find_match (ip_addr, host2) == 0)
526 if (find_match (ip_addr, hostnm) == 0)
radius.c 114 u_int32_t ip_addr; member in struct:radius_state
224 *addrp = rstate.ip_addr;
626 rstate.ip_addr = remote;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
bootparam_prot.x 68 ip_addr_t ip_addr;
bootparam_prot.h 42 ip_addr_t ip_addr; member in union:bp_address::__anon23511
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 68 ip_addr_t ip_addr;
bootparam_prot.h 42 ip_addr_t ip_addr; member in union:bp_address::__anon25101
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 68 ip_addr_t ip_addr;
bootparam_prot.h 42 ip_addr_t ip_addr; member in union:bp_address::__anon26613
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 135 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:upnp_wps_device_sm
wps_upnp.c 921 * @ip_addr: Buffer for returning IP address in network byte order
927 static int get_netif_info(const char *net_if, unsigned *ip_addr,
952 *ip_addr = addr->sin_addr.s_addr;
953 in_addr.s_addr = *ip_addr;
1055 &sm->ip_addr, &sm->ip_addr_text,
    [all...]
wps_upnp_ssdp.c 889 &sm->ip_addr, sizeof(sm->ip_addr)))
899 mreq.imr_interface.s_addr = sm->ip_addr;
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 56 ip_addr="192.168.1.1"
127 *) ip_addr=$2
525 echo -e "Going to set IP $ip_addr"
526 ifconfig wlan0 $ip_addr up
  /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...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 114 @host{qw/raw_lease ether_addr ip_addr hostname raw_client_id/} = split /\s+/;
218 my @a = split /\./, $a->{ip_addr};
219 my @b = split /\./, $b->{ip_addr};
  /external/valgrind/main/coregrind/
m_libcfile.c 677 Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port );
781 static Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port )
800 *ip_addr = ipa;
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 625 OBJS_h += src/utils/ip_addr.c
1053 OBJS_t += src/utils/ip_addr.c
Makefile 604 OBJS_h += ../src/utils/ip_addr.o
1032 OBJS_t += ../src/utils/ip_addr.o
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 692 OBJS += ../src/utils/ip_addr.o
755 OBJS_h += ../src/utils/ip_addr.o
1332 OBJS_t += ../src/utils/ip_addr.o
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 121 OBJS += src/utils/ip_addr.c

Completed in 2937 milliseconds

1 2