| /netbsd-src/tests/net/arp/ |
| H A D | t_arp.sh | 52 $DEBUG && rump.arp -n -a 67 rump.sysctl -w net.inet.arp.nd_reachable=$keep 78 $DEBUG && rump.arp -n -a 80 atf_check -s not-exit:0 -e match:'no entry' rump.arp -n $IP4SRC 81 atf_check -s not-exit:0 -e match:'no entry' rump.arp -n $IP4DST 87 local timeout=$(env RUMP_SERVER=$SOCKSRC rump.arp -n $addr |grep $addr|awk '{print $7;}') 106 atf_check -s exit:0 -o ignore rump.arp -s $IP4SRC $macaddr 115 $DEBUG && rump.arp -n -a 116 atf_check -s not-exit:0 -o ignore -e match:'no entry' rump.arp -n $IP4SRC 118 atf_check -s exit:0 -o not-match:'permanent' rump.arp [all...] |
| H A D | Makefile | 6 TESTSDIR= ${TESTSBASE}/net/arp 8 .for name in arp dad
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | arp.c | 107 struct ether_arp arp; in arpwhohas() member 114 struct ether_arp arp; in arpwhohas() member 136 ah = &wbuf.data.arp; in arpwhohas() 158 ah = &rbuf.data.arp; in arpwhohas() 277 struct ether_arp *arp = pkt; in arp_reply() local 279 if (arp->arp_hrd != htons(ARPHRD_ETHER) || in arp_reply() 280 arp->arp_pro != htons(ETHERTYPE_IP) || in arp_reply() 281 arp->arp_hln != sizeof(arp->arp_sha) || in arp_reply() 282 arp->arp_pln != sizeof(arp->arp_spa) ) in arp_reply() 291 if (arp->arp_op != htons(ARPOP_REQUEST)) { in arp_reply() [all …]
|
| H A D | rarp.c | 93 struct ether_arp arp; in rarp_getipaddress() member 100 struct ether_arp arp; in rarp_getipaddress() member 119 ap = &wbuf.data.arp; in rarp_getipaddress() 136 ap = &rbuf.data.arp; in rarp_getipaddress()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | aarch64-reloc-property.cc | 168 const AArch64_reloc_property* arp = this->table_[tidx]; in reloc_name_in_error_message() local 170 if (arp == NULL) in reloc_name_in_error_message() 178 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() 180 || !arp->is_implemented()); in reloc_name_in_error_message() 186 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc "); in reloc_name_in_error_message() 194 return std::string(prefix) + arp->name(); in reloc_name_in_error_message()
|
| H A D | aarch64-reloc-property.h | 198 const AArch64_reloc_property* arp = this->table_[idx]; in get_implemented_static_reloc_property() local 199 return ((arp != NULL in get_implemented_static_reloc_property() 200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC) in get_implemented_static_reloc_property() 201 && arp->is_implemented()) in get_implemented_static_reloc_property() 202 ? arp in get_implemented_static_reloc_property()
|
| H A D | arm-reloc-property.cc | 298 const Arm_reloc_property* arp = this->table_[code]; in reloc_name_in_error_message() local 300 if (arp == NULL) in reloc_name_in_error_message() 308 Arm_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() 310 || !arp->is_implemented()); in reloc_name_in_error_message() 316 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc "); in reloc_name_in_error_message() 330 return std::string(prefix) + arp->name(); in reloc_name_in_error_message()
|
| H A D | arm-reloc-property.h | 309 const Arm_reloc_property* arp = this->table_[code]; in get_implemented_static_reloc_property() local 310 return ((arp != NULL in get_implemented_static_reloc_property() 311 && (arp->reloc_type() == Arm_reloc_property::RT_STATIC) in get_implemented_static_reloc_property() 312 && arp->is_implemented()) in get_implemented_static_reloc_property() 313 ? arp in get_implemented_static_reloc_property()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | aarch64-reloc-property.cc | 168 const AArch64_reloc_property* arp = this->table_[tidx]; in reloc_name_in_error_message() local 170 if (arp == NULL) in reloc_name_in_error_message() 178 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() 180 || !arp->is_implemented()); in reloc_name_in_error_message() 186 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc "); in reloc_name_in_error_message() 194 return std::string(prefix) + arp->name(); in reloc_name_in_error_message()
|
| H A D | aarch64-reloc-property.h | 198 const AArch64_reloc_property* arp = this->table_[idx]; in get_implemented_static_reloc_property() local 199 return ((arp != NULL in get_implemented_static_reloc_property() 200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC) in get_implemented_static_reloc_property() 201 && arp->is_implemented()) in get_implemented_static_reloc_property() 202 ? arp in get_implemented_static_reloc_property()
|
| H A D | arm-reloc-property.cc | 298 const Arm_reloc_property* arp = this->table_[code]; in reloc_name_in_error_message() local 300 if (arp == NULL) in reloc_name_in_error_message() 308 Arm_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() 310 || !arp->is_implemented()); in reloc_name_in_error_message() 316 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc "); in reloc_name_in_error_message() 330 return std::string(prefix) + arp->name(); in reloc_name_in_error_message()
|
| H A D | arm-reloc-property.h | 309 const Arm_reloc_property* arp = this->table_[code]; in get_implemented_static_reloc_property() local 310 return ((arp != NULL in get_implemented_static_reloc_property() 311 && (arp->reloc_type() == Arm_reloc_property::RT_STATIC) in get_implemented_static_reloc_property() 312 && arp->is_implemented()) in get_implemented_static_reloc_property() 313 ? arp in get_implemented_static_reloc_property()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | files.usb | 330 device aue: arp, ether, ifnet, mii, mii_phy, usbnet 335 device cdce: arp, ether, ifnet, usbnet 340 device cue: arp, ether, ifnet, usbnet 345 device kue: arp, ether, ifnet, usbnet 355 device url: arp, ether, ifnet, mii, usbnet 360 device axe: arp, ether, ifnet, mii, mii_phy, usbnet 365 device axen: arp, ether, ifnet, mii, usbnet 370 device mos: arp, ether, ifnet, mii, mii_phy, usbnet 375 device mue: arp, ether, ifnet, mii, mii_phy, usbnet 380 device ncm: arp, ethe [all...] |
| /netbsd-src/usr.sbin/arp/ |
| H A D | Makefile | 6 RUMPPRG= arp 7 MAN= arp.4 arp.8
|
| /netbsd-src/sys/dev/pci/ |
| H A D | files.pci | 173 device aq: ether, ifnet, arp, sysmon_envsys 189 device pcn: ether, ifnet, arp, mii 397 device cas: arp, ether, ifnet, mii 402 device jme: ether, ifnet, arp, mii 411 device tl: ether, ifnet, arp, i2cexec, at24cxx_eeprom, i2c_bitbang, 629 device vr: ether, ifnet, arp, mii, mii_bitbang 634 device sip: ether, ifnet, arp, mii, mii_bitbang 639 device gsip: ether, ifnet, arp, mii, mii_bitbang 643 #device glxt: ether, ifnet, arp, mii 648 device stge: ether, ifnet, arp, mii, mii_bitbang [all …]
|
| /netbsd-src/sys/conf/ |
| H A D | files | 503 define arp 710 device an: arp, wlan, ifnet 715 device awi: arp, wlan, ifnet 721 device wi: arp, wlan, ifnet 730 device ath: arp, wlan, ifnet 737 device atw: arp, wlan, ifnet, smc93cx6 742 device rtw: arp, wlan, ifnet, smc93cx6 748 device ral: arp, ether, ifnet, wlan, firmload 754 device malo: arp, ether, ifnet, wlan, firmload 759 device ep: arp, ethe [all...] |
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | ipv4ll.c | 195 if (state != NULL && state->arp == astate) in ipv4ll_free_arp() 196 state->arp = NULL; in ipv4ll_free_arp() 206 if (state == NULL || state->arp == NULL) in ipv4ll_freearp() 209 eloop_timeout_delete(ifp->ctx->eloop, NULL, state->arp); in ipv4ll_freearp() 210 arp_free(state->arp); in ipv4ll_freearp() 211 state->arp = NULL; in ipv4ll_freearp() 414 state->arp = astate = arp_new(ifp, &state->pickedaddr); in ipv4ll_start() 415 if (state->arp == NULL) in ipv4ll_start()
|
| H A D | arp.c | 209 arp_validate(const struct interface *ifp, struct arphdr *arp) in arp_validate() argument 213 if (arp->ar_hrd != htons(ifp->hwtype)) in arp_validate() 217 if (arp->ar_pro != htons(ETHERTYPE_IP)) in arp_validate() 221 if (arp->ar_hln != ifp->hwlen) in arp_validate() 225 if (arp->ar_pln != sizeof(in_addr_t)) in arp_validate() 229 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_validate() 230 arp->ar_op != htons(ARPOP_REQUEST)) in arp_validate()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
| H A D | heimbase.c | 567 struct ar_tls *arp; in autorel_tls() local 574 arp = HEIMDAL_getspecific(ar_key); in autorel_tls() 575 if (arp == NULL) { in autorel_tls() 577 arp = calloc(1, sizeof(*arp)); in autorel_tls() 578 if (arp == NULL) in autorel_tls() 580 HEIMDAL_setspecific(ar_key, arp, ret); in autorel_tls() 582 free(arp); in autorel_tls() 586 return arp; in autorel_tls()
|
| /netbsd-src/sys/dev/podulebus/ |
| H A D | files.podulebus | 32 device ei: ether, ifnet, arp, i82586 37 device ea: ether, ifnet, arp, seeq8005 42 device eb: ether, ifnet, arp, seeq8005
|
| /netbsd-src/sys/dev/qbus/ |
| H A D | files.uba | 36 device qt: ifnet, ether, arp, ifuba 41 device qe: ifnet, ether, arp 46 device de: ifnet, ether, arp, ifuba 51 device il: ifnet, ether, arp, ifuba
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 730 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) in ctf_add_array() argument 736 if (arp == NULL) in ctf_add_array() 740 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 741 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_add_array() 745 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 746 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_add_array() 754 dtd->dtd_u.dtu_arr = *arp; in ctf_add_array() 755 ctf_ref_inc(fp, arp->ctr_contents); in ctf_add_array() 756 ctf_ref_inc(fp, arp->ctr_index); in ctf_add_array() 762 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp) in ctf_set_array() argument [all …]
|
| /netbsd-src/external/bsd/ipf/dist/iplang/ |
| H A D | iplang.h | 24 typedef struct arp { struct 27 struct arp *arp_next; argument
|
| H A D | BNF | 1 line ::= iface | arp | send | defrouter | ipv4line . 14 arp ::= "arp" "{" arpbodyopts "}" ";" .
|
| /netbsd-src/tests/net/route/ |
| H A D | t_flags.sh | 152 atf_check -s not-exit:0 -e match:'no entry' rump.arp -n 10.0.0.1 168 atf_check -s not-exit:0 -e match:'no entry' rump.arp -n 10.0.0.1 191 atf_check -s not-exit:0 -e match:'no entry' rump.arp -n 10.0.0.1 211 atf_check -s not-exit:0 -e match:'no entry' rump.arp -n 10.0.0.1
|