Searched refs:ether_sprintf (Results 1 - 25 of 210) sorted by relevance

123456789

/netbsd-current/sys/arch/i386/stand/lib/netif/
H A Dnetif_small.c124 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
125 printf("src: %s ", ether_sprintf(eh->ether_shost));
158 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
159 printf("src: %s ", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/lib/libsa/
H A Dether_sprintf.c1 /* $NetBSD: ether_sprintf.c,v 1.6 2007/11/24 13:20:55 isaki Exp $ */
59 ether_sprintf(const u_char *ap) function
H A Dether.c116 ether_sprintf(eh->ether_dhost));
H A Dnet.h130 char *ether_sprintf(const u_char *);
H A Darp.c162 ether_sprintf(rbuf.eh.ether_shost));
164 inet_ntoa(addr), ether_sprintf(ah->arp_sha));
305 printf("%s: to %s\n", __func__, ether_sprintf(arp->arp_sha));
/netbsd-current/sys/arch/newsmips/stand/boot/
H A Dnetif_news.c120 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
121 printf("src: %s ", ether_sprintf(eh->ether_shost));
181 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
182 printf("src: %s ", ether_sprintf(eh->ether_shost));
198 printf("hardware address %s\n", ether_sprintf(ea));
/netbsd-current/sys/arch/x68k/stand/boot/
H A Dif_ne.c94 printf("ethernet address = %s\n", ether_sprintf(desc->myea));
120 printf("dst: %s\n", ether_sprintf(eh->ether_dhost));
121 printf("src: %s\n", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dnetif_of.c144 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
145 printf("src: %s ", ether_sprintf(eh->ether_shost));
204 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
205 printf("src: %s ", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/ofppc/stand/ofwboot/
H A Dnetif_of.c144 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
145 printf("src: %s ", ether_sprintf(eh->ether_shost));
204 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
205 printf("src: %s ", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dnetif_of.c148 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
149 printf("src: %s ", ether_sprintf(eh->ether_shost));
212 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
213 printf("src: %s ", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/sparc/stand/common/
H A Dnetif_sun.c145 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
146 printf("src: %s ", ether_sprintf(eh->ether_shost));
206 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
207 printf("src: %s ", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dnetif_of.c153 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
154 printf("src: %s ", ether_sprintf(eh->ether_shost));
216 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
217 printf("src: %s ", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Definet.c40 #include <lib/libsa/ether_sprintf.c>
85 printf(" %s", ether_sprintf(mode->MCastFilter[i].Addr));
88 ether_sprintf(mode->CurrentAddress.Addr));
90 ether_sprintf(mode->BroadcastAddress.Addr));
92 ether_sprintf(mode->PermanentAddress.Addr));
/netbsd-current/sys/net80211/
H A Dieee80211_crypto_none.c113 ether_sprintf(wh->i_addr1), keyid>>6);
134 ether_sprintf(wh->i_addr2), ivp[IEEE80211_WEP_IVLEN] >> 6);
H A Dieee80211_rssadapt.c236 dvname, ether_sprintf(wh->i_addr1), len,
274 ic->ic_ifp->if_xname, ether_sprintf(ni->ni_macaddr),
298 ether_sprintf(ni->ni_macaddr), id->id_rateidx,
317 ic->ic_ifp->if_xname, ether_sprintf(ni->ni_macaddr),
372 ether_sprintf(ni->ni_macaddr));
H A Dieee80211_proto.c293 printf("NODS %s", ether_sprintf(wh->i_addr2));
294 printf("->%s", ether_sprintf(wh->i_addr1));
295 printf("(%s)", ether_sprintf(wh->i_addr3));
298 printf("TODS %s", ether_sprintf(wh->i_addr2));
299 printf("->%s", ether_sprintf(wh->i_addr3));
300 printf("(%s)", ether_sprintf(wh->i_addr1));
303 printf("FRDS %s", ether_sprintf(wh->i_addr3));
304 printf("->%s", ether_sprintf(wh->i_addr1));
305 printf("(%s)", ether_sprintf(wh->i_addr2));
308 printf("DSDS %s", ether_sprintf((cons
[all...]
H A Dieee80211_node.c554 ether_sprintf(ni->ni_macaddr));
555 printf(" %s%c", ether_sprintf(ni->ni_bssid),
818 ether_sprintf(ni->ni_bssid),
966 ether_sprintf(ni->ni_macaddr), ic->ic_ps_sta);
1045 ether_sprintf(macaddr), nt->nt_name);
1094 "%s %p<%s>\n", __func__, ni, ether_sprintf(macaddr));
1162 ni, ether_sprintf(ni->ni_macaddr),
1224 ether_sprintf(mac), isnew ? "new " : "",
1232 ether_sprintf(mac), sp->sp_capinfo, sp->sp_bintval,
1502 __func__, ni, ether_sprintf(n
[all...]
H A Dieee80211_acl.c180 ether_sprintf(mac));
191 "ACL: add %s\n", ether_sprintf(mac));
208 "ACL: remove %s%s\n", ether_sprintf(mac),
/netbsd-current/sys/arch/alpha/stand/netboot/
H A Dif_prom.c145 ether_sprintf(netbbinfo.ether_addr));
186 printf("boot: ethernet address: %s\n", ether_sprintf(desc->myea));
/netbsd-current/sys/arch/sbmips/stand/netboot/
H A Dif_cfe.c136 printf("boot: ethernet address: %s\n", ether_sprintf(desc->myea));
/netbsd-current/sys/arch/mips/atheros/
H A Dar5312_board.c57 extern const char *ether_sprintf(const uint8_t *);
/netbsd-current/sys/arch/evbmips/stand/sbmips/netboot/
H A Dif_cfe.c136 printf("boot: ethernet address: %s\n", ether_sprintf(desc->myea));
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dnetif_sun.c290 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
291 printf("src: %s ", ether_sprintf(eh->ether_shost));
404 printf("dst: %s ", ether_sprintf(eh->ether_dhost));
405 printf("src: %s ", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dif_le.c130 unit, ether_sprintf(eaddr));
214 printf("dst: %s\n", ether_sprintf(eh->ether_dhost));
215 printf("src: %s\n", ether_sprintf(eh->ether_shost));
/netbsd-current/sys/arch/amiga/dev/
H A Dzz9k_if.c162 "(10BASE-T, 100BASE-TX, AUTO)\n", ether_sprintf(lla));
191 aprint_normal(": Ethernet address %s\n", ether_sprintf(lla));
384 aprint_normal(": Ethernet address %s", ether_sprintf(mac));

Completed in 221 milliseconds

123456789