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

  /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...]
  /prebuilt/linux-x86/toolchain/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::__anon14771
  /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;
wps_upnp_web.c     [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...]
  /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/wpa_supplicant_6/wpa_supplicant/
Android.mk 627 OBJS_h += src/utils/ip_addr.c
1055 OBJS_t += src/utils/ip_addr.c
Makefile 604 OBJS_h += ../src/utils/ip_addr.o
1032 OBJS_t += ../src/utils/ip_addr.o

Completed in 343 milliseconds