Home
last modified time | relevance | path

Searched refs:arp (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/stand/lib/
H A Darp.c78 struct ether_arp arp; in arpwhohas() member
85 struct ether_arp arp; in arpwhohas() member
107 ah = &wbuf.data.arp; in arpwhohas()
130 ah = &rbuf.data.arp; in arpwhohas()
257 arp->arp_hln != sizeof(arp->arp_sha) || in arp_reply()
258 arp->arp_pln != sizeof(arp->arp_spa) ) in arp_reply()
276 if (bcmp(arp->arp_tpa, &d->myip, sizeof(arp->arp_tpa))) in arp_reply()
287 bcopy(arp->arp_sha, arp->arp_tha, sizeof(arp->arp_tha)); in arp_reply()
288 bcopy(arp->arp_spa, arp->arp_tpa, sizeof(arp->arp_tpa)); in arp_reply()
290 bcopy(d->myea, arp->arp_sha, sizeof(arp->arp_sha)); in arp_reply()
[all …]
H A Drarp.c67 struct ether_arp arp; in rarp_getipaddress() member
74 struct ether_arp arp; in rarp_getipaddress() member
93 ap = &wbuf.data.arp; in rarp_getipaddress()
110 ap = &rbuf.data.arp; in rarp_getipaddress()
H A DMakefile106 SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
/dragonfly/contrib/binutils-2.27/gold/
H A Daarch64-reloc-property.cc134 const AArch64_reloc_property* arp = this->table_[tidx]; in reloc_name_in_error_message() local
136 if (arp == NULL) in reloc_name_in_error_message()
144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message()
146 || !arp->is_implemented()); in reloc_name_in_error_message()
152 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc "); in reloc_name_in_error_message()
160 return std::string(prefix) + arp->name(); in reloc_name_in_error_message()
H A Daarch64-reloc-property.h198 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 Darm-reloc-property.cc298 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 Darm-reloc-property.h309 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()
H A Daarch64.cc4041 const AArch64_reloc_property* arp = in relocate_stub() local
4044 gold_assert(arp != NULL); in relocate_stub()
4046 rela_general<32>(view + 4, dest, 0, arp); in relocate_stub()
5410 const AArch64_reloc_property* arp = in maybe_apply_stub() local
5412 gold_assert(arp != NULL); in maybe_apply_stub()
5926 const AArch64_reloc_property* arp = in reloc_needs_plt_for_ifunc() local
5928 gold_assert(arp != NULL); in reloc_needs_plt_for_ifunc()
5930 int flags = arp->reference_flags(); in reloc_needs_plt_for_ifunc()
5934 object->name().c_str(), arp->name().c_str()); in reloc_needs_plt_for_ifunc()
6226 const AArch64_reloc_property* arp = in global() local
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Dipv4ll.c195 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 Darp.c209 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()
H A Dipv4ll.h52 struct arp_state *arp; member
/dragonfly/usr.sbin/arp/
H A DMakefile5 PROG= arp
6 MAN= arp.8
/dragonfly/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c406 int arp; in known_pt() local
408 arp = is_arp(wh, *len); in known_pt()
410 if (arp) in known_pt()
/dragonfly/share/examples/sliplogin/
H A Dslip.logout13 /usr/sbin/arp -d $5
H A Dslip.login12 /usr/sbin/arp -d $5
/dragonfly/etc/
H A Dpccard_ether97 ifexists $ifn && arp -d -i $ifn -a
/dragonfly/sbin/dhclient/
H A Ddhclient-script77 arp -d -i $interface -an
/dragonfly/usr.sbin/ppp/
H A DMakefile5 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
/dragonfly/usr.sbin/
H A DMakefile11 arp \
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-types.c991 ctf_array_info (ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() argument
1007 *arp = dtd->dtd_u.dtu_arr; in ctf_array_info()
1014 arp->ctr_contents = ap->cta_contents; in ctf_array_info()
1015 arp->ctr_index = ap->cta_index; in ctf_array_info()
1016 arp->ctr_nelems = ap->cta_nelems; in ctf_array_info()
H A Dctf-create.c993 ctf_add_array (ctf_file_t *fp, uint32_t flag, const ctf_arinfo_t *arp) in ctf_add_array() argument
999 if (arp == NULL) in ctf_add_array()
1002 if (ctf_lookup_by_id (&tmp, arp->ctr_contents) == NULL) in ctf_add_array()
1006 if (ctf_lookup_by_id (&tmp, arp->ctr_index) == NULL) in ctf_add_array()
1014 dtd->dtd_u.dtu_arr = *arp; in ctf_add_array()
1020 ctf_set_array (ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp) in ctf_set_array() argument
1032 dtd->dtd_u.dtu_arr = *arp; in ctf_set_array()
/dragonfly/sbin/dhcpcd/
H A DMakefile21 SRCS+= arp.c
/dragonfly/usr.sbin/tcpdump/
H A DMakefile19 print-ap1394.c print-arcnet.c print-arista.c print-arp.c print-ascii.c \
/dragonfly/usr.bin/crunch/examples/
H A Dreally-big.conf70 progs ac accton amd arp bad144 chown chroot config config.new cron
/dragonfly/sys/netinet/
H A Dip_flow.c555 SYSINIT(arp, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY, ipflow_init, 0);

12