Searched refs:ipaddr (Results 1 - 25 of 47) sorted by relevance

12

/external/iproute2/ip/
H A Difcfg67 ipaddr=
70 ipaddr=${1%/*}
71 if [ "$1" != "$ipaddr" ]; then
74 if [ "$ipaddr" = "" ]; then
87 pfx="$ipaddr peer $peer"
89 if [ "$ipaddr" = "" ]; then
94 ABCMaskLen $ipaddr
97 pfx="$ipaddr/$pfxlen"
100 if [ "$ldev" = "$dev" -a "$ipaddr" != "" ]; then
115 if [ "$ipaddr"
[all...]
/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 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 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 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/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat4 ATTRIBUTE Client-Id 4 ipaddr
7 ATTRIBUTE Framed-Address 8 ipaddr
8 ATTRIBUTE Framed-Netmask 9 ipaddr
10 ATTRIBUTE Login-Host 14 ipaddr
28 ATTRIBUTE Login-Host 14 ipaddr
H A Ddictionary.microsoft42 ATTRIBUTE MS-Primary-DNS-Server 28 ipaddr Microsoft
43 ATTRIBUTE MS-Secondary-DNS-Server 29 ipaddr Microsoft
44 ATTRIBUTE MS-Primary-NBNS-Server 30 ipaddr Microsoft
45 ATTRIBUTE MS-Secondary-NBNS-Server 31 ipaddr Microsoft
H A Ddictionary10 # ipaddr - 4 octets in network byte order
49 ATTRIBUTE NAS-IP-Address 4 ipaddr
53 ATTRIBUTE Framed-IP-Address 8 ipaddr
54 ATTRIBUTE Framed-IP-Netmask 9 ipaddr
59 ATTRIBUTE Login-IP-Host 14 ipaddr
66 ATTRIBUTE Framed-IPX-Network 23 ipaddr
H A Ddictionary.ascend26 ATTRIBUTE Ascend-Client-Gateway 132 ipaddr
29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr
30 ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr
33 ATTRIBUTE Ascend-User-Acct-Host 139 ipaddr
38 ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr
39 ATTRIBUTE Ascend-Assign-IP-Server 145 ipaddr
47 ATTRIBUTE Ascend-IF-Netmask 153 ipaddr
48 ATTRIBUTE Ascend-Remote-Addr 154 ipaddr
77 ATTRIBUTE Ascend-Home-Agent-IP-Addr 183 ipaddr
83 ATTRIBUTE Ascend-First-Dest 189 ipaddr
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddhcp_snoop.c127 if (sta->ipaddr == b->your_ip)
130 if (sta->ipaddr != 0) {
133 ipaddr_str(be_to_host32(sta->ipaddr)));
135 (u8 *) &sta->ipaddr);
146 sta->ipaddr = b->your_ip;
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.c166 if (sta->ipaddr)
167 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr);
647 if (sta->ipaddr)
648 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr);
H A Dsta_info.h52 be32 ipaddr; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Ddhcp_snoop.c127 if (sta->ipaddr == b->your_ip)
130 if (sta->ipaddr != 0) {
133 ipaddr_str(be_to_host32(sta->ipaddr)));
135 (u8 *) &sta->ipaddr);
146 sta->ipaddr = b->your_ip;
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.c166 if (sta->ipaddr)
167 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr);
647 if (sta->ipaddr)
648 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr);
H A Dsta_info.h52 be32 ipaddr; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action.sh44 ipaddr=`echo "$*" | sed 's/.* ip_addr=\([^ ]*\).*/\1/'`
47 if echo "$ipaddr$ipmask$goipaddr" | grep -q ' '; then
48 ipaddr=""
52 if [ -n "$ipaddr" ]; then
53 sudo ifconfig $GIFNAME "$ipaddr" netmask "$ipmask"
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddhcp_snoop.c127 if (sta->ipaddr == b->your_ip)
130 if (sta->ipaddr != 0) {
133 ipaddr_str(be_to_host32(sta->ipaddr)));
135 (u8 *) &sta->ipaddr);
146 sta->ipaddr = b->your_ip;
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.c166 if (sta->ipaddr)
167 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr);
647 if (sta->ipaddr)
648 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr);
/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...]
/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/kernel-headers/original/uapi/linux/
H A Datmmpc.h17 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc

Completed in 584 milliseconds

12