HomeSort by: relevance | last modified time | path
    Searched defs:ip_addr (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dev_net.c 81 char ip_addr[200]; local
90 strncpy(ip_addr, path, (c-path));
91 ip_addr[(c-path)] = '\0';
92 printf("IP addr: %s\n", ip_addr);
93 rootip.s_addr = inet_addr(ip_addr);
  /src/external/bsd/am-utils/dist/libamu/
wire.c 75 u_long ip_addr; /* address of network */ member in struct:addrlist
150 al->ip_addr = address;
283 if (((addr ^ al->ip_addr) & al->ip_mask) == 0)
354 if ((al->ip_addr & (maskstr ? masknum : al->ip_mask)) == netnum)
374 if (al->ip_addr == netnum)
  /src/external/bsd/wpa/dist/src/wps/
wps_er.h 82 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:wps_er
wps_upnp_i.h 130 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:upnp_wps_device_sm
161 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
173 int ssdp_open_multicast_sock(u32 ip_addr, const char *forced_ifname);
  /src/external/mpl/dhcp/dist/common/
inet.c 68 struct iaddr ip_addr (subnet, mask, host_address) function
79 log_fatal("ip_addr():%s:%d: Invalid addr length.", MDL);
81 log_fatal("ip_addr():%s:%d: Addr/mask length mismatch.",
parse.c 5259 struct iaddr ip_addr; local
5398 if (!parse_ip6_addr(cfile, &ip_addr))
5400 len = ip_addr.len;
5401 dp = ip_addr.iabuf;
5405 if (!parse_ip_addr (cfile, &ip_addr))
5407 len = ip_addr.len;
5408 dp = ip_addr.iabuf;
  /src/external/bsd/wpa/dist/src/ap/
sta_info.c 1531 char ip_addr[100]; local
1535 ip_addr[0] = '\0';
1538 os_snprintf(ip_addr, sizeof(ip_addr),
1539 " ip_addr=%u.%u.%u.%u",
1565 buf, ip_addr, keyid_buf, dpp_pkhash_buf);
1571 buf, ip_addr, keyid_buf,
wpa_auth_i.h 153 u8 ip_addr[4]; member in struct:wpa_state_machine
  /src/external/bsd/nsd/dist/
options.c 3047 struct ip_address_option *ip_addr; local
3054 for(ip_addr = *ip_addresses_ref; ip_addr; ip_addr = ip_addr->next) {
3057 resolve_ifa_name(addrs, ip_addr->address, &ip_addresses,
3065 current = region_alloc_init(region, ip_addr,
3066 sizeof(*ip_addr));
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 7857 char ip_addr[100]; local
7892 ip_addr[0] = '\0';
7896 res = os_snprintf(ip_addr, sizeof(ip_addr),
7897 " ip_addr=%u.%u.%u.%u "
7902 if (os_snprintf_error(sizeof(ip_addr), res))
7903 ip_addr[0] = '\0';
7911 ip_addr);
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 567 struct iaddr ip_addr; member in struct:lease
2953 struct iaddr ip_addr (struct iaddr, struct iaddr, u_int32_t);

Completed in 57 milliseconds