Searched defs:ipaddr (Results 1 - 23 of 23) sorted by relevance

/external/openssh/
H A Dauth-rhosts.c56 const char *ipaddr, const char *client_user,
152 !innetgr(host + 1, ipaddr, NULL, NULL))
155 strcmp(host, ipaddr) != 0)
192 const char *hostname, *ipaddr; local
195 ipaddr = get_remote_ipaddr();
196 return auth_rhosts2(pw, client_user, hostname, ipaddr);
201 const char *ipaddr)
208 debug2("auth_rhosts2: clientuser %s hostname %s ipaddr %s",
209 client_user, hostname, ipaddr);
248 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr,
55 check_rhosts_file(const char *filename, const char *hostname, const char *ipaddr, const char *client_user, const char *server_user) argument
200 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, const char *ipaddr) argument
337 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, const char *ipaddr) argument
[all...]
H A Dauth2-hostbased.c164 const char *resolvedname, *ipaddr, *lookup, *reason; local
173 ipaddr = get_remote_ipaddr();
175 debug2("%s: chost %s resolvedname %s ipaddr %s", __func__,
176 chost, resolvedname, ipaddr);
195 chost, ipaddr, resolvedname);
196 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) {
199 __func__, cuser, resolvedname, ipaddr);
H A Dmatch.c191 match_host_and_ip(const char *host, const char *ipaddr, argument
196 /* error in ipaddr match */
197 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
215 match_user(const char *user, const char *host, const char *ipaddr, argument
229 ret = match_host_and_ip(host, ipaddr, p);
H A Dcanohost.c153 check_ip_options(int sock, char *ipaddr) argument
174 ipaddr, text);
343 /* Check whether we have cached the ipaddr. */
H A Dauth.c101 const char *hostname = NULL, *ipaddr = NULL, *passwd = NULL; local
186 ipaddr = get_remote_ipaddr();
192 if (match_user(pw->pw_name, hostname, ipaddr,
203 if (match_user(pw->pw_name, hostname, ipaddr,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h282 int version, const u8 *ipaddr,
288 return hapd->driver->br_add_ip_neigh(hapd->drv_priv, version, ipaddr,
293 u8 version, const u8 *ipaddr)
299 ipaddr);
281 hostapd_drv_br_add_ip_neigh(struct hostapd_data *hapd, int version, const u8 *ipaddr, int prefixlen, const u8 *addr) argument
292 hostapd_drv_br_delete_ip_neigh(struct hostapd_data *hapd, u8 version, const u8 *ipaddr) argument
H A Dsta_info.h52 be32 ipaddr; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h282 int version, const u8 *ipaddr,
288 return hapd->driver->br_add_ip_neigh(hapd->drv_priv, version, ipaddr,
293 u8 version, const u8 *ipaddr)
299 ipaddr);
281 hostapd_drv_br_add_ip_neigh(struct hostapd_data *hapd, int version, const u8 *ipaddr, int prefixlen, const u8 *addr) argument
292 hostapd_drv_br_delete_ip_neigh(struct hostapd_data *hapd, u8 version, const u8 *ipaddr) argument
H A Dsta_info.h52 be32 ipaddr; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h282 int version, const u8 *ipaddr,
288 return hapd->driver->br_add_ip_neigh(hapd->drv_priv, version, ipaddr,
293 u8 version, const u8 *ipaddr)
299 ipaddr);
281 hostapd_drv_br_add_ip_neigh(struct hostapd_data *hapd, int version, const u8 *ipaddr, int prefixlen, const u8 *addr) argument
292 hostapd_drv_br_delete_ip_neigh(struct hostapd_data *hapd, u8 version, const u8 *ipaddr) argument
H A Dsta_info.h52 be32 ipaddr; member in struct:sta_info
/external/kernel-headers/original/uapi/linux/
H A Datmmpc.h17 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
/external/iputils/
H A Drarpd.c74 __u32 ipaddr; member in struct:rarp_map
318 ifa = select_ipaddr(ifindex, &emap.ipaddr, (__u32 **)hp->h_addr_list);
321 if (only_ethers || bootable(emap.ipaddr))
387 void arp_advise(int ifindex, unsigned char *lladdr, int lllen, __u32 ipaddr) argument
406 sin->sin_addr.s_addr = ipaddr;
524 if (put_myipaddr(&ptr, sll.sll_ifindex, rmap->ipaddr))
528 memcpy(ptr, &rmap->ipaddr, 4);
534 arp_advise(sll.sll_ifindex, rmap->lladdr, rmap->lladdr_len, rmap->ipaddr);
/external/selinux/libsepol/cil/src/
H A Dcil_tree.c1572 struct cil_ipaddr *ipaddr = node->data; local
1575 inet_ntop(ipaddr->family, &ipaddr->ip, buf, 256);
1576 cil_log(CIL_INFO, "IPADDR %s: %s\n", ipaddr->datum.name, buf);
H A Dcil.c131 CIL_KEY_IPADDR = cil_strpool_add("ipaddr");
2261 void cil_ipaddr_init(struct cil_ipaddr **ipaddr) argument
2263 *ipaddr = cil_malloc(sizeof(**ipaddr));
2265 cil_symtab_datum_init(&(*ipaddr)->datum);
2266 memset(&(*ipaddr)->ip, 0, sizeof((*ipaddr)->ip));
H A Dcil_resolve_ast.c2548 struct cil_ipaddr *ipaddr = NULL; local
2550 cil_ipaddr_init(&ipaddr);
2552 rc = cil_fill_ipaddr(pc->cl_head, ipaddr);
2555 cil_destroy_ipaddr(ipaddr);
2560 addr_node->data = ipaddr;
2561 cil_list_append(((struct cil_symtab_datum*)ipaddr)->nodes,
2563 new_arg->arg = (struct cil_symtab_datum*)ipaddr;
H A Dcil_build_ast.c5046 struct cil_ipaddr *ipaddr = NULL; local
5058 cil_ipaddr_init(&ipaddr);
5062 rc = cil_fill_ipaddr(parse_current->next->next, ipaddr);
5067 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)ipaddr, (hashtab_key_t)key, CIL_SYM_IPADDRS, CIL_IPADDR);
5075 cil_log(CIL_ERR, "Bad ipaddr statement at line %d of %s\n",
5077 cil_destroy_ipaddr(ipaddr);
5082 void cil_destroy_ipaddr(struct cil_ipaddr *ipaddr) argument
5084 if (ipaddr == NULL) {
5088 cil_symtab_datum_destroy(&ipaddr->datum);
5089 free(ipaddr);
[all...]
/external/toybox/toys/pending/
H A Ddhcp.c145 struct in_addr ipaddr; member in struct:dhcpc_result_s
185 struct in_addr ipaddr; member in struct:dhcpc_state_s
514 if (res->ipaddr.s_addr) {
515 temp.s_addr = htonl(res->ipaddr.s_addr);
878 static uint8_t *dhcpc_addreqipaddr(struct in_addr *ipaddr, uint8_t *optptr) argument
882 memcpy(optptr, &ipaddr->s_addr, 4);
1024 if (state->status == STATE_RENEWING) memcpy(&state->pdhcp.ciaddr, &state->ipaddr.s_addr, 4);
1028 pend = dhcpc_addreqipaddr(&state->ipaddr, pend);
1037 memcpy(&state->pdhcp.ciaddr, &state->ipaddr.s_addr, 4);
1199 memcpy(&presult->ipaddr
[all...]
H A Dip.c11 USE_IP(OLDTOY(ipaddr, ip, TOYFLAG_SBIN))
1425 static int ipaddr(char **argv) function
2733 cmdobj ipcmd, cmdobjlist[] = {ipaddr, iplink, iproute, iprule, iptunnel};
2786 struct arglist ip_objectlist[] = { {"ipaddr", 0}, {"iplink", 1},
/external/ppp/pppd/
H A Dsys-linux.c241 static int get_ether_addr (u_int32_t ipaddr, struct sockaddr *hwaddr,
1773 * the same subnet as ipaddr.
1776 static int get_ether_addr (u_int32_t ipaddr, argument
1800 * address on the same subnet as `ipaddr'.
1824 if (((ipaddr ^ ina) & mask) != 0)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c8086 const u8 *ipaddr, int prefixlen,
8098 if (!ipaddr || prefixlen == 0 || !addr)
8128 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize);
8175 const u8 *ipaddr)
8185 if (!ipaddr)
8215 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize);
8085 wpa_driver_br_add_ip_neigh(void *priv, u8 version, const u8 *ipaddr, int prefixlen, const u8 *addr) argument
8174 wpa_driver_br_delete_ip_neigh(void *priv, u8 version, const u8 *ipaddr) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c8086 const u8 *ipaddr, int prefixlen,
8098 if (!ipaddr || prefixlen == 0 || !addr)
8128 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize);
8175 const u8 *ipaddr)
8185 if (!ipaddr)
8215 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize);
8085 wpa_driver_br_add_ip_neigh(void *priv, u8 version, const u8 *ipaddr, int prefixlen, const u8 *addr) argument
8174 wpa_driver_br_delete_ip_neigh(void *priv, u8 version, const u8 *ipaddr) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c8086 const u8 *ipaddr, int prefixlen,
8098 if (!ipaddr || prefixlen == 0 || !addr)
8128 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize);
8175 const u8 *ipaddr)
8185 if (!ipaddr)
8215 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize);
8085 wpa_driver_br_add_ip_neigh(void *priv, u8 version, const u8 *ipaddr, int prefixlen, const u8 *addr) argument
8174 wpa_driver_br_delete_ip_neigh(void *priv, u8 version, const u8 *ipaddr) argument

Completed in 1316 milliseconds