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

1 2

  /external/dnsmasq/contrib/dnslist/
dnslist.tt2 12 <th class="ip_addr">IP Address</th>
22 <td class="ip_addr">[% host.ip_addr %]</td>
dhcp.css 52 .ip_addr { width: 10em; background: #DDD; }
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_8/src/utils/
Makefile 18 ip_addr.o \
ip_addr.c 18 #include "ip_addr.h"
  /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...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
ip_addr.c 18 #include "ip_addr.h"
  /prebuilt/linux-x86/toolchain/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::__anon21375
bootparam_prot.x 68 ip_addr_t ip_addr;
  /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 87 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:wps_er
wps_upnp_ssdp.c 869 int ssdp_open_multicast_sock(u32 ip_addr)
886 &ip_addr, sizeof(ip_addr))) {
888 "%d (%s)", ip_addr, errno, strerror(errno));
902 mreq.imr_interface.s_addr = ip_addr;
934 sm->multicast_sd = ssdp_open_multicast_sock(sm->ip_addr);
wps_er_ssdp.c 175 er->multicast_sd = ssdp_open_multicast_sock(er->ip_addr);
wps_upnp.c 888 * @ip_addr: Buffer for returning IP address in network byte order
893 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
916 *ip_addr = addr->sin_addr.s_addr;
917 in_addr.s_addr = *ip_addr;
1025 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
    [all...]
wps_er.c 1263 if (get_netif_info(ifname, &er->ip_addr, &er->ip_addr_text,
1277 addr.s_addr = er->ip_addr
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 108 public static final int IP_ADDR = 7;
122 nameASN1[IP_ADDR] = ASN1OctetString.getInstance();
184 case IP_ADDR :
226 this.tag = IP_ADDR;
296 case IP_ADDR:
316 case IP_ADDR:
388 case IP_ADDR:
470 case IP_ADDR: //iPAddress is returned as a String, not as a byte array
510 case IP_ADDR:
704 case IP_ADDR: // iPAddres
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.h 18 #include "ip_addr.h"
  /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_ssdp.c 889 &sm->ip_addr, sizeof(sm->ip_addr)))
899 mreq.imr_interface.s_addr = sm->ip_addr;
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...]
  /external/wpa_supplicant_8/src/radius/
radius_client.h 18 #include "ip_addr.h"
  /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/wpa_supplicant_8/src/ap/
ap_config.h 19 #include "ip_addr.h"
  /external/valgrind/main/coregrind/
m_libcfile.c 654 Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port );
761 static Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port )
780 *ip_addr = ipa;

Completed in 449 milliseconds

1 2