Searched refs:eh (Results 1 - 25 of 43) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/drivers/network/pcnet/dev/le/
H A Dam7990.c224 struct ether_header *eh; local
293 eh = mtod(m, struct ether_header *);
294 if (ether_cmp(eh->ether_dhost, sc->sc_enaddr) &&
295 ether_cmp(eh->ether_dhost, bcast_enaddr)) {
585 struct ether_header eh; local
596 if (len - ETHER_CRC_LEN >= sizeof(eh)) {
597 (*sc->sc_copyfrombuf)(sc, &eh, LE_RBUFADDR(sc, no), sizeof(eh));
598 if_printf(ifp, "dst %s", ether_sprintf(eh.ether_dhost));
599 printf(" src %s type %04x\n", ether_sprintf(eh
608 struct ether_header eh; local
[all...]
H A Dam79900.c265 struct ether_header *eh; local
331 eh = mtod(m, struct ether_header *);
332 if (!ether_cmp(eh->ether_shost, sc->sc_enaddr)) {
634 struct ether_header eh; local
644 if (len - ETHER_CRC_LEN >= sizeof(eh)) {
645 (*sc->sc_copyfrombuf)(sc, &eh, LE_RBUFADDR(sc, no), sizeof(eh));
646 if_printf(ifp, "dst %s", ether_sprintf(eh.ether_dhost));
647 printf(" src %s type %04x\n", ether_sprintf(eh.ether_shost),
648 ntohs(eh
656 struct ether_header eh; local
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_input.c249 struct ether_header *eh = mtod(m, struct ether_header *); local
263 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
282 struct ether_header *eh; local
302 m_adj(m, hdrlen + sizeof(struct llc) - sizeof(*eh));
305 m_adj(m, hdrlen - sizeof(*eh));
307 eh = mtod(m, struct ether_header *);
310 IEEE80211_ADDR_COPY(eh->ether_dhost, wh.i_addr1);
311 IEEE80211_ADDR_COPY(eh->ether_shost, wh.i_addr2);
314 IEEE80211_ADDR_COPY(eh->ether_dhost, wh.i_addr3);
315 IEEE80211_ADDR_COPY(eh
347 struct ether_header *eh; local
[all...]
H A Dieee80211_output.c128 struct ether_header *eh; local
201 eh = mtod(m, struct ether_header *);
202 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
211 eh->ether_dhost, "mcast", "%s", "on DWDS");
227 ni = ieee80211_find_txnode(vap, eh->ether_dhost);
237 eh->ether_dhost, NULL,
239 htons(eh->ether_type));
248 if (!IEEE80211_ADDR_EQ(eh->ether_shost, vap->iv_myaddr)) {
256 eh->ether_dhost, NULL,
263 ieee80211_mesh_proxy_check(vap, eh
784 const struct ether_header *eh = mtod(m, struct ether_header *); local
1024 struct ether_header eh; local
[all...]
H A Dieee80211_wds.c236 const struct ether_header *eh = mtod(m, const struct ether_header *); local
243 KASSERT(ETHER_IS_MULTICAST(eh->ether_dhost),
244 ("%s not mcast", ether_sprintf(eh->ether_dhost)));
265 ni = ieee80211_find_txnode(vap, eh->ether_dhost);
276 eh->ether_dhost, NULL,
415 struct ether_header *eh; local
638 eh = mtod(m, struct ether_header *);
648 if (eh->ether_type != htons(ETHERTYPE_PAE)) {
650 eh->ether_shost, "data",
652 eh
[all...]
H A Dieee80211_hostap.c354 struct ether_header *eh = mtod(m, struct ether_header *); local
368 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
393 &vap->iv_ic->ic_sta, vap, eh->ether_dhost);
481 struct ether_header *eh; local
767 eh = mtod(m, struct ether_header *);
777 if (eh->ether_type != htons(ETHERTYPE_PAE)) {
779 eh->ether_shost, "data",
781 eh->ether_type, m->m_pkthdr.len);
793 eh->ether_type != htons(ETHERTYPE_PAE)) {
1555 struct ether_header eh; member in struct:l2_update_frame
1574 struct ether_header *eh; local
[all...]
H A Dieee80211_adhoc.c294 struct ether_header *eh; local
552 eh = mtod(m, struct ether_header *);
562 if (eh->ether_type != htons(ETHERTYPE_PAE)) {
564 eh->ether_shost, "data",
566 eh->ether_type, m->m_pkthdr.len);
578 eh->ether_type != htons(ETHERTYPE_PAE)) {
H A Dieee80211_mesh.c937 struct ether_header *eh; local
962 m_adj(m, hdrlen + sizeof(struct llc) - sizeof(*eh));
965 m_adj(m, hdrlen - sizeof(*eh));
967 eh = mtod(m, struct ether_header *);
970 IEEE80211_ADDR_COPY(eh->ether_dhost, wh->i_addr1);
972 IEEE80211_ADDR_COPY(eh->ether_shost, wh->i_addr3);
974 IEEE80211_ADDR_COPY(eh->ether_shost, mc->mc_addr4);
985 IEEE80211_ADDR_COPY(eh->ether_dhost, wh->i_addr3);
986 IEEE80211_ADDR_COPY(eh->ether_shost, wh->i_addr4);
988 IEEE80211_ADDR_COPY(eh
[all...]
H A Dieee80211_sta.c521 struct ether_header *eh; local
780 eh = mtod(m, struct ether_header *);
790 if (eh->ether_type != htons(ETHERTYPE_PAE)) {
792 eh->ether_shost, "data",
794 eh->ether_type, m->m_pkthdr.len);
806 eh->ether_type != htons(ETHERTYPE_PAE)) {
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-ppc.c3355 struct ppc_stub_hash_entry *eh;
3358 eh = (struct ppc_stub_hash_entry *) entry;
3359 eh->stub_type = ppc_stub_none;
3360 eh->stub_sec = NULL;
3361 eh->stub_offset = 0;
3362 eh->target_value = 0;
3363 eh->target_section = NULL;
3364 eh->h = NULL;
3365 eh->id_sec = NULL;
3391 struct ppc_branch_hash_entry *eh;
3351 struct ppc_stub_hash_entry *eh; local
3387 struct ppc_branch_hash_entry *eh; local
3418 struct ppc_link_hash_entry *eh = (struct ppc_link_hash_entry *) entry; local
4004 struct ppc_link_hash_entry *eh; local
4138 update_plt_info(bfd *abfd, struct ppc_link_hash_entry *eh, bfd_vma addend) argument
4292 struct ppc_link_hash_entry *eh; local
4456 struct ppc_link_hash_entry *eh; local
4798 struct ppc_link_hash_entry *eh; local
4839 struct ppc_link_hash_entry *eh; local
4943 struct ppc_link_hash_entry *eh; local
5526 struct ppc_link_hash_entry * eh; local
5614 struct ppc_link_hash_entry *eh; local
5707 struct ppc_link_hash_entry *eh; local
5821 struct ppc_link_hash_entry *eh; local
6575 struct ppc_link_hash_entry * eh; local
6628 struct ppc_link_hash_entry *eh; local
6837 struct ppc_link_hash_entry *eh; local
8532 struct ppc_link_hash_entry *eh; local
[all...]
H A Delf32-ppc.c2419 struct ppc_elf_link_hash_entry *eh;
2422 eh = (struct ppc_elf_link_hash_entry *) h;
2423 if (elf_find_pointer_linker_section (eh->linker_section_pointer,
2428 ptr_linker_section_ptr = &eh->linker_section_pointer;
2527 struct ppc_elf_link_hash_entry *eh;
2529 eh = (struct ppc_elf_link_hash_entry *) h;
2531 = elf_find_pointer_linker_section (eh->linker_section_pointer,
3042 struct ppc_elf_link_hash_entry *eh;
3119 eh = (struct ppc_elf_link_hash_entry *) h;
3120 if (eh
2410 struct ppc_elf_link_hash_entry *eh; local
2517 struct ppc_elf_link_hash_entry *eh; local
3028 struct ppc_elf_link_hash_entry *eh; local
4075 struct ppc_elf_link_hash_entry *eh; local
[all...]
H A Delf32-i386.c636 struct elf_i386_link_hash_entry *eh;
638 eh = (struct elf_i386_link_hash_entry *) entry;
639 eh->dyn_relocs = NULL;
640 eh->tls_type = GOT_UNKNOWN;
1248 struct elf_i386_link_hash_entry *eh;
1253 eh = (struct elf_i386_link_hash_entry *) h;
1255 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
1394 struct elf_i386_link_hash_entry * eh;
1397 eh = (struct elf_i386_link_hash_entry *) h;
1398 for (p = eh
634 struct elf_i386_link_hash_entry *eh; local
1246 struct elf_i386_link_hash_entry *eh; local
1392 struct elf_i386_link_hash_entry * eh; local
1466 struct elf_i386_link_hash_entry *eh; local
1676 struct elf_i386_link_hash_entry *eh; local
[all...]
H A Delf64-x86-64.c405 struct elf64_x86_64_link_hash_entry *eh;
407 eh = (struct elf64_x86_64_link_hash_entry *) entry;
408 eh->dyn_relocs = NULL;
409 eh->tls_type = GOT_UNKNOWN;
1043 struct elf64_x86_64_link_hash_entry *eh;
1048 eh = (struct elf64_x86_64_link_hash_entry *) h;
1050 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
1194 struct elf64_x86_64_link_hash_entry * eh;
1197 eh = (struct elf64_x86_64_link_hash_entry *) h;
1198 for (p = eh
403 struct elf64_x86_64_link_hash_entry *eh; local
1041 struct elf64_x86_64_link_hash_entry *eh; local
1192 struct elf64_x86_64_link_hash_entry * eh; local
1269 struct elf64_x86_64_link_hash_entry *eh; local
1472 struct elf64_x86_64_link_hash_entry *eh; local
[all...]
H A Delf32-sh.c4014 struct elf_sh_link_hash_entry *eh;
4090 eh = (struct elf_sh_link_hash_entry *) h;
4091 for (p = eh->dyn_relocs; p != NULL; p = p->next)
4166 struct elf_sh_link_hash_entry *eh;
4181 eh = (struct elf_sh_link_hash_entry *) h;
4184 && eh->gotplt_refcount > 0)
4188 h->got.refcount += eh->gotplt_refcount;
4189 if (h->plt.refcount >= eh->gotplt_refcount)
4190 h->plt.refcount -= eh->gotplt_refcount;
4292 if (eh
4011 struct elf_sh_link_hash_entry *eh; local
4163 struct elf_sh_link_hash_entry *eh; local
4394 struct elf_sh_link_hash_entry *eh; local
6077 struct elf_sh_link_hash_entry *eh; local
6134 struct elf_sh_link_hash_entry *eh; local
6190 struct elf_sh_link_hash_entry *eh; local
6505 struct elf_sh_link_hash_entry *eh local
7127 struct elf_sh_link_hash_entry *eh; local
[all...]
H A Delf32-hppa.c307 struct elf32_hppa_stub_hash_entry *eh; local
310 eh = (struct elf32_hppa_stub_hash_entry *) entry;
311 eh->stub_sec = NULL;
312 eh->stub_offset = 0;
313 eh->target_value = 0;
314 eh->target_section = NULL;
315 eh->stub_type = hppa_stub_long_branch;
316 eh->h = NULL;
317 eh->id_sec = NULL;
344 struct elf32_hppa_link_hash_entry *eh; local
1535 struct elf32_hppa_link_hash_entry *eh; local
1703 struct elf32_hppa_link_hash_entry *eh; local
1842 struct elf32_hppa_link_hash_entry *eh; local
1999 struct elf32_hppa_link_hash_entry *eh; local
[all...]
H A Delf-eh-frame.c185 && strcmp (c1->augmentation, "eh") != 0
420 /* We cannot merge "eh" CIEs because __EXCEPTION_TABLE__
825 asection *eh; local
834 eh = bfd_get_section_by_name (ibfd, ".eh_frame");
835 if (eh == NULL || eh->sec_info_type != ELF_INFO_TYPE_EH_FRAME)
838 eh_inf = elf_section_data (eh)->sec_info;
841 ent->offset += eh->output_offset;
842 ent->new_offset += eh->output_offset;
H A Delf32-vax.c651 struct elf_vax_link_hash_entry *eh;
653 eh = (struct elf_vax_link_hash_entry *) h;
657 eh->got_addend = rel->r_addend;
662 if (eh->got_addend != (bfd_vma) rel->r_addend)
667 eh->got_addend);
794 struct elf_vax_link_hash_entry *eh;
797 eh = (struct elf_vax_link_hash_entry *) h;
799 for (p = eh->pcrel_relocs_copied; p != NULL; p = p->next)
809 p->next = eh->pcrel_relocs_copied;
810 eh
650 struct elf_vax_link_hash_entry *eh; local
793 struct elf_vax_link_hash_entry *eh; local
[all...]
H A Delf32-s390.c743 struct elf_s390_link_hash_entry *eh; local
745 eh = (struct elf_s390_link_hash_entry *) entry;
746 eh->dyn_relocs = NULL;
747 eh->gotplt_refcount = 0;
748 eh->tls_type = GOT_UNKNOWN;
1435 struct elf_s390_link_hash_entry *eh; local
1440 eh = (struct elf_s390_link_hash_entry *) h;
1442 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
1649 struct elf_s390_link_hash_entry * eh; local
1652 eh
1725 struct elf_s390_link_hash_entry *eh; local
1944 struct elf_s390_link_hash_entry *eh; local
[all...]
H A Delf64-s390.c696 struct elf_s390_link_hash_entry *eh; local
698 eh = (struct elf_s390_link_hash_entry *) entry;
699 eh->dyn_relocs = NULL;
700 eh->gotplt_refcount = 0;
701 eh->tls_type = GOT_UNKNOWN;
1400 struct elf_s390_link_hash_entry *eh; local
1405 eh = (struct elf_s390_link_hash_entry *) h;
1407 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
1621 struct elf_s390_link_hash_entry * eh; local
1624 eh
1697 struct elf_s390_link_hash_entry *eh; local
1915 struct elf_s390_link_hash_entry *eh; local
[all...]
H A Delf32-sparc.c681 struct elf32_sparc_link_hash_entry *eh;
683 eh = (struct elf32_sparc_link_hash_entry *) entry;
684 eh->dyn_relocs = NULL;
685 eh->tls_type = GOT_UNKNOWN;
1353 struct elf32_sparc_link_hash_entry *eh;
1358 eh = (struct elf32_sparc_link_hash_entry *) h;
1359 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next)
1453 struct elf32_sparc_link_hash_entry * eh;
1530 eh = (struct elf32_sparc_link_hash_entry *) h;
1531 for (p = eh
677 struct elf32_sparc_link_hash_entry *eh; local
1349 struct elf32_sparc_link_hash_entry *eh; local
1449 struct elf32_sparc_link_hash_entry * eh; local
1597 struct elf32_sparc_link_hash_entry *eh; local
1793 struct elf32_sparc_link_hash_entry *eh; local
[all...]
H A Delf32-m68hc1x.c134 struct elf32_m68hc11_stub_hash_entry *eh; local
137 eh = (struct elf32_m68hc11_stub_hash_entry *) entry;
138 eh->stub_sec = NULL;
139 eh->stub_offset = 0;
140 eh->target_value = 0;
141 eh->target_section = NULL;
H A Delf32-m32r.c1664 struct elf_m32r_link_hash_entry *eh;
1666 eh = (struct elf_m32r_link_hash_entry *) ret;
1667 eh->dyn_relocs = NULL;
1668 // eh->gotplt_refcount = 0;
1669 /* eh->pcrel_relocs_copied = NULL; FIXME */
1948 struct elf_m32r_link_hash_entry *eh;
2029 eh = (struct elf_m32r_link_hash_entry *) h;
2030 for (p = eh->dyn_relocs; p != NULL; p = p->next)
2108 struct elf_m32r_link_hash_entry *eh;
2123 eh
1660 struct elf_m32r_link_hash_entry *eh; local
1943 struct elf_m32r_link_hash_entry *eh; local
2103 struct elf_m32r_link_hash_entry *eh; local
2288 struct elf_m32r_link_hash_entry *eh; local
4395 struct elf_m32r_link_hash_entry *eh; local
[all...]
H A Delf32-arm.h2868 struct elf32_arm_link_hash_entry *eh; local
2883 eh = (struct elf32_arm_link_hash_entry *) h;
2885 for (pp = &eh->relocs_copied; (p = *pp) != NULL;
3424 struct elf32_arm_link_hash_entry *eh; local
3528 eh = (struct elf32_arm_link_hash_entry *) h;
3529 if (eh->relocs_copied == NULL)
3544 eh->relocs_copied = NULL;
3574 eh->relocs_copied = NULL;
3580 for (p = eh->relocs_copied; p != NULL; p = p->next)
4157 struct elf_link_hash_entry * eh; local
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Daodv.h183 struct aodv_ext eh; /* extension header */ member in struct:aodv_hello
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c857 struct ether_header *eh; local
998 eh = mtod(m, struct ether_header *);
1001 (char *)&eh->ether_dhost, ETHER_ADDR_LEN);
1003 (char *)&eh->ether_shost, ETHER_ADDR_LEN);
1007 (caddr_t)&(eh->ether_type),
1019 an_cache_store(sc, eh, m,
1079 eh = mtod(m, struct ether_header *);
1081 bcopy(buf, (char *)eh,
1089 an_cache_store(sc, eh, m,
2745 struct ether_header *eh; local
3084 an_cache_store(struct an_softc *sc, struct ether_header *eh, struct mbuf *m, u_int8_t rx_rssi, u_int8_t rx_quality) argument
[all...]

Completed in 247 milliseconds

12