| /src/external/bsd/ipf/dist/tools/ |
| ipscan_y.y | 58 %type <ipa> ipaddr 163 IPSL_REDIRECT '(' ipaddr ')' { $$.act_ip = $3; 165 | IPSL_REDIRECT '(' ipaddr ',' portnum ')' 171 ipaddr: YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER label
|
| ippool_y.y | 94 %type <ipa> ipaddr mask 354 ipaddr '/' mask { $$[0] = $1; 359 | ipaddr { $$[0] = $1; 373 ipaddr: ipv4 { $$.adf_addr.in4 = $1; label 533 YY_STR ':' ipaddr { int size = sizeof(*$$) + strlen($1) + 1; 544 | ipaddr { $$ = calloc(1, sizeof(*$$));
|
| ipnat_y.y | 130 %type <ipa> hostname ipv4 ipaddr 962 | hostname slash ipaddr { bzero(&$$, sizeof($$)); 988 | hostname mask ipaddr { bzero(&$$, sizeof($$)); 1219 ipaddr: ipv4 { $$ = $1; } label
|
| ipf_y.y | 114 %type <ipp> addr ipaddr 1021 | ipaddr { $$ = $1; 1025 ipaddr: IPFY_ANY { memset(&($$), 0, sizeof($$)); label 1189 ipaddr { $$ = newalist(NULL); 1194 | ipaddr ',' { yyexpectaddr = 1; } addrlist 1209 ipaddr { $$ = newalist(NULL); 1214 | '!' ipaddr { $$ = newalist(NULL); 1220 | poollist ',' ipaddr 1226 | poollist ',' '!' ipaddr
|
| /src/crypto/external/bsd/openssh/dist/ |
| auth2-hostbased.c | 176 const char *resolvedname, *ipaddr, *lookup, *reason; local 185 ipaddr = ssh_remote_ipaddr(ssh); 187 debug2_f("chost %s resolvedname %s ipaddr %s", 188 chost, resolvedname, ipaddr); 206 chost, ipaddr, resolvedname); 207 if (auth_rhosts2(pw, cuser, resolvedname, ipaddr) == 0) { 210 cuser, resolvedname, ipaddr);
|
| auth.c | 103 const char *hostname = NULL, *ipaddr = NULL; local 113 ipaddr = ssh_remote_ipaddr(ssh); 125 match_ip = match_hostname(ipaddr, hp); 154 match_ip = match_hostname(ipaddr, hp); 253 ipaddr = ssh_remote_ipaddr(ssh); 259 r = match_user(pw->pw_name, hostname, ipaddr, 275 r = match_user(pw->pw_name, hostname, ipaddr,
|
| /src/external/bsd/libbind/dist/irs/ |
| irp.c | 160 long ipaddr; local 193 if (inet_pton(AF_INET, irphost, &ipaddr) != 1) { 206 iaddr.sin_addr.s_addr = ipaddr;
|
| /src/sys/netinet/ |
| ip_input.c | 906 struct sockaddr_in ipaddr = { local 907 .sin_len = sizeof(ipaddr), 928 ipaddr.sin_addr = ip->ip_dst; 931 ifa = ifa_ifwithaddr(sintosa(&ipaddr)); 958 memcpy((void *)&ipaddr.sin_addr, (void *)(cp + off), 959 sizeof(ipaddr.sin_addr)); 963 ifa = ifa_ifwithladdr(sintosa(&ipaddr)); 973 error = ip_rtaddr(ipaddr.sin_addr, &addr); 982 ip->ip_dst = ipaddr.sin_addr; 992 struct sockaddr_in ipaddr = local 1077 struct sockaddr_in ipaddr = { local 1109 struct sockaddr_in ipaddr = { local [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| dpp_hostapd.c | 375 const struct hostapd_ip_addr *ipaddr, 393 if (ipaddr) { 396 ipaddr, tcp_port, 842 struct hostapd_ip_addr ipaddr; local 873 os_memcpy(&ipaddr, peer_bi->host, sizeof(ipaddr)); 878 res = hostapd_parse_ip_addr(addr, &ipaddr); 959 &ipaddr, tcp_port, hapd->conf->dpp_name, 3223 struct hostapd_ip_addr *ipaddr = NULL; local 3242 ipaddr = &ipaddr_buf [all...] |
| sta_info.h | 104 be32 ipaddr; member in struct:sta_info
|
| ap_config.h | 268 struct hostapd_ip_addr ipaddr; member in struct:dpp_controller_conf
|
| /src/external/bsd/wpa/dist/src/common/ |
| dpp_tcp.c | 62 struct hostapd_ip_addr ipaddr; member in struct:dpp_relay_controller 152 os_memcpy(&ctrl->ipaddr, config->ipaddr, sizeof(*config->ipaddr)); 159 hostapd_ip_txt(&ctrl->ipaddr, txt, sizeof(txt))); 212 if (ctrl->ipaddr.af == AF_INET && 213 addr->sin_addr.s_addr == ctrl->ipaddr.u.v4.s_addr) 218 dpp->tmp_controller->ipaddr.af == AF_INET && 219 addr->sin_addr.s_addr == dpp->tmp_controller->ipaddr.u.v4.s_addr) 402 const struct hostapd_ip_addr *ipaddr, [all...] |
| dpp.h | 430 const struct hostapd_ip_addr *ipaddr; member in struct:dpp_relay_config
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| dpp_supplicant.c | 841 struct hostapd_ip_addr ipaddr; local 875 os_memcpy(&ipaddr, peer_bi->host, sizeof(ipaddr)); 880 res = hostapd_parse_ip_addr(addr, &ipaddr); 970 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port, 3028 const struct hostapd_ip_addr *ipaddr, 3047 if (ipaddr) { 3049 return dpp_tcp_pkex_init(wpa_s->dpp, pkex, ipaddr, tcp_port, 4668 struct hostapd_ip_addr *ipaddr = NULL; local 4687 ipaddr = &ipaddr_buf [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| parse.c | 284 int ipaddr = 0; local 300 ipaddr = 1; 303 if (ipaddr &&
|
| /src/external/mpl/dhcp/dist/keama/ |
| parse.c | 226 isc_boolean_t ipaddr = ISC_FALSE; local 242 ipaddr = ISC_TRUE; 245 if (ipaddr)
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 2575 isc_netaddr_t ipaddr; local 2710 isc_netaddr_fromsockaddr(&ipaddr, &query->addrinfo->sockaddr); 2711 (void)dns_peerlist_peerbyaddr(fctx->res->view->peers, &ipaddr, &peer); 2941 result = dns_view_getpeertsig(fctx->res->view, &ipaddr, &tsigkey); 4072 isc_netaddr_t ipaddr; local 4080 isc_netaddr_fromsockaddr(&ipaddr, sa); 4082 (void)dns_peerlist_peerbyaddr(res->view->peers, &ipaddr, &peer); 4087 if ((dns_acl_match(&ipaddr, NULL, blackhole, &res->view->aclenv,
|
| /src/external/mpl/bind/dist/lib/dns/ |
| resolver.c | 2347 isc_netaddr_t ipaddr; local 2445 isc_netaddr_fromsockaddr(&ipaddr, &query->addrinfo->sockaddr); 2446 (void)dns_peerlist_peerbyaddr(fctx->res->view->peers, &ipaddr, &peer); 2679 result = dns_view_getpeertsig(fctx->res->view, &ipaddr, &tsigkey); 3861 isc_netaddr_t ipaddr; local 3866 isc_netaddr_fromsockaddr(&ipaddr, sa); 3868 (void)dns_peerlist_peerbyaddr(res->view->peers, &ipaddr, &peer); 3873 if ((dns_acl_match(&ipaddr, NULL, blackhole, res->view->aclenv,
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNSEmbeddedAPI.h | 717 mDNSAddr ipaddr; member in struct:__anon6067 3423 extern void mDNSPlatformSendWakeupPacket(mDNSInterfaceID InterfaceID, char *EthAddr, char *IPAddr, int iteration);
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 6527 SBRIPAddress * ipaddr; local 6552 for( ipaddr = instance->ipaddrList; ipaddr; ipaddr = ipaddr->next ) 6554 err = _BrowseAllConnectionCreate( &ipaddr->sip.sa, instance->port, context, &connection ); 6560 err = SockAddrToString( &ipaddr->sip, kSockAddrStringFlagsNoPort, destination ); 6704 SBRIPAddress * ipaddr; local 6768 for( ipaddr = instance->ipaddrList; ipaddr; ipaddr = ipaddr->next 17002 const SBRIPAddress * ipaddr; local 39256 SBIPAddress * ipaddr; local 39298 SBIPAddress * ipaddr; local 39376 SBRIPAddress * ipaddr; local 39647 SBIPAddress * ipaddr; local 39794 SBRIPAddress * ipaddr; local [all...] |