Home
last modified time | relevance | path

Searched refs:ipaddr (Results 26 – 50 of 54) sorted by relevance

123

/netbsd/usr.sbin/arp/
H A Darp.c807 getetheraddr(struct in_addr ipaddr, struct sockaddr_dl *sdl) in getetheraddr() argument
828 if ((ipaddr.s_addr & mask) != (ina & mask)) in getetheraddr()
834 warnx("No interface matched %s", inet_ntoa(ipaddr)); in getetheraddr()
/netbsd/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y148 %type <res> ipaddr ipandport
223 : DELETEALL ipaddropts ipaddr ipaddr protocol_spec EOT
327 | PR_ESPUDP ipaddr
785 ipaddr
/netbsd/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DParser.py117 ipaddr = val
128 self.named.keys[ii].addIpAddr(ipaddr)
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dsta_info.c173 if (sta->ipaddr) in ap_free_sta()
174 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr); in ap_free_sta()
740 if (sta->ipaddr) in ap_sta_remove()
741 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr); in ap_sta_remove()
H A Dsta_info.h69 be32 ipaddr; member
H A Dap_config.h259 struct hostapd_ip_addr ipaddr; member
H A Ddpp_hostapd.c1679 config.ipaddr = &ctrl->ipaddr; in hostapd_dpp_add_controllers()
H A Dieee802_11.c4300 if (sta->ipaddr) in handle_disassoc()
4301 hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr); in handle_disassoc()
/netbsd/external/bsd/ipf/dist/tools/
H A Dipnat_y.y130 %type <ipa> hostname ipv4 ipaddr
962 | hostname slash ipaddr { bzero(&$$, sizeof($$));
988 | hostname mask ipaddr { bzero(&$$, sizeof($$));
1219 ipaddr: ipv4 { $$ = $1; }
/netbsd/usr.sbin/mrouted/
H A Dsnmp.c519 ipaddr_to_ifindex(ipaddr, ifIndex) in ipaddr_to_ifindex() argument
520 u_long ipaddr; in ipaddr_to_ifindex()
532 == ipaddr) {
/netbsd/external/bsd/wpa/dist/src/common/
H A Ddpp.h265 const struct hostapd_ip_addr *ipaddr; member
H A Ddpp.c102 struct hostapd_ip_addr ipaddr; member
8851 os_memcpy(&ctrl->ipaddr, config->ipaddr, sizeof(*config->ipaddr)); in dpp_relay_add_controller()
9040 const struct hostapd_ip_addr *ipaddr, in dpp_ipaddr_to_sockaddr() argument
9048 switch (ipaddr->af) { in dpp_ipaddr_to_sockaddr()
9053 dst->sin_addr.s_addr = ipaddr->u.v4.s_addr; in dpp_ipaddr_to_sockaddr()
9062 os_memcpy(&dst6->sin6_addr, &ipaddr->u.v6, in dpp_ipaddr_to_sockaddr()
9092 &ctrl->ipaddr, DPP_TCP_PORT) < 0) in dpp_relay_new_conn()
9108 conn->sock, hostapd_ip_txt(&ctrl->ipaddr, txt, sizeof(txt))); in dpp_relay_new_conn()
/netbsd/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.8323 postscreen_dnsbl_sites = domain[=ipaddr][*weight] ...
326 Elements inside [] are optional, ipaddr is an IPv4 address, and
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Ddpp_supplicant.c443 struct hostapd_ip_addr ipaddr; in wpas_dpp_auth_init() local
471 res = hostapd_parse_ip_addr(addr, &ipaddr); in wpas_dpp_auth_init()
548 return dpp_tcp_init(wpa_s->dpp, auth, &ipaddr, tcp_port); in wpas_dpp_auth_init()
/netbsd/external/bsd/wpa/dist/src/drivers/
H A Ddriver.h3442 int (*br_add_ip_neigh)(void *priv, u8 version, const u8 *ipaddr,
3452 int (*br_delete_ip_neigh)(void *priv, u8 version, const u8 *ipaddr);
H A Ddriver_nl80211.c9765 const u8 *ipaddr, int prefixlen, in wpa_driver_br_add_ip_neigh() argument
9777 if (!ipaddr || prefixlen == 0 || !addr) in wpa_driver_br_add_ip_neigh()
9807 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize); in wpa_driver_br_add_ip_neigh()
9854 const u8 *ipaddr) in wpa_driver_br_delete_ip_neigh() argument
9864 if (!ipaddr) in wpa_driver_br_delete_ip_neigh()
9894 nl_ipaddr = nl_addr_build(family, (void *) ipaddr, addrsize); in wpa_driver_br_delete_ip_neigh()
/netbsd/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c1896 get_ether_addr(u_int32_t ipaddr, struct sockaddr_dl *hwaddr) in get_ether_addr() argument
1927 if ((ipaddr & mask) != (ina & mask)) in get_ether_addr()
/netbsd/external/bsd/ppp/dist/pppd/
H A Dipcp.c317 ip_ntoa(u_int32_t ipaddr) in ip_ntoa() argument
321 slprintf(b, sizeof(b), "%I", ipaddr); in ip_ntoa()
/netbsd/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-x509.pod.in54 [B<-checkip> I<ipaddr>]
351 =item B<-checkip> I<ipaddr>
/netbsd/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc617 ipaddr
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dresolver.c2575 isc_netaddr_t ipaddr; in resquery_send() local
2710 isc_netaddr_fromsockaddr(&ipaddr, &query->addrinfo->sockaddr); in resquery_send()
2711 (void)dns_peerlist_peerbyaddr(fctx->res->view->peers, &ipaddr, &peer); in resquery_send()
2941 result = dns_view_getpeertsig(fctx->res->view, &ipaddr, &tsigkey); in resquery_send()
4072 isc_netaddr_t ipaddr; in possibly_mark() local
4080 isc_netaddr_fromsockaddr(&ipaddr, sa); in possibly_mark()
4082 (void)dns_peerlist_peerbyaddr(res->view->peers, &ipaddr, &peer); in possibly_mark()
4087 if ((dns_acl_match(&ipaddr, NULL, blackhole, &res->view->aclenv, in possibly_mark()
/netbsd/external/mpl/dhcp/dist/common/
H A Dparse.c284 int ipaddr = 0; local
300 ipaddr = 1;
303 if (ipaddr &&
/netbsd/external/mpl/dhcp/dist/keama/
H A Dparse.c226 isc_boolean_t ipaddr = ISC_FALSE; in parse_ip_addr_or_hostname() local
242 ipaddr = ISC_TRUE; in parse_ip_addr_or_hostname()
245 if (ipaddr) in parse_ip_addr_or_hostname()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dfil.c8843 i6addr_t *ipaddr) in ipf_deliverlocal() argument
8850 if (addr.in4.s_addr == ipaddr->in4.s_addr) in ipf_deliverlocal()
8857 if (IP6_EQ(&addr, ipaddr)) in ipf_deliverlocal()
/netbsd/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNSEmbeddedAPI.h637 mDNSAddr ipaddr; member

123