Home
last modified time | relevance | path

Searched refs:ether_snprintf (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/net80211/
H A Dieee80211_input.c418 ether_snprintf(ebuf, sizeof(ebuf), wh->i_addr2), in ieee80211_input_management()
577 ether_snprintf(ebuf, sizeof(ebuf), in ieee80211_input()
628 ether_snprintf(ebuf, sizeof(ebuf), in ieee80211_input()
630 ether_snprintf(bbuf, sizeof(bbuf), in ieee80211_input()
1365 ether_snprintf(ebuf, sizeof(ebuf), in ieee80211_auth_shared()
1434 ether_snprintf(ebuf, sizeof(ebuf), in ieee80211_auth_shared()
1502 ether_snprintf(ebuf, sizeof(ebuf), mac), tag); in ieee80211_ssid_mismatch()
2262 ether_snprintf(ebuf, sizeof(ebuf), in ieee80211_recv_mgmt_beacon()
2278 ether_snprintf(ebuf, sizeof(ebuf), in ieee80211_recv_mgmt_beacon()
2899 ether_snprintf(ebuf, sizeof(ebuf), wh->i_addr2), in ieee80211_recv_mgmt_assoc_resp()
[all …]
/netbsd/sys/nfs/
H A Dnfs_bootdhcp.c372 ether_snprintf(bp_chaddr, 3 * bpc->halen, in bootpcheck()
374 ether_snprintf(haddr, 3 * bpc->halen, bpc->haddr))); in bootpcheck()
/netbsd/sys/net/
H A Dif_ether.h407 char *ether_snprintf(char *, size_t, const uint8_t *);
H A Dif_tap.c318 ether_snprintf(enaddrstr, sizeof(enaddrstr), enaddr)); in tap_attach()
1356 (void)ether_snprintf(addr, sizeof(addr), CLLADDR(ifp->if_sadl)); in tap_sysctl_handler()
H A Dif_ethersubr.c1017 return ether_snprintf(etherbuf, sizeof(etherbuf), ap); in ether_sprintf()
1021 ether_snprintf(char *buf, size_t len, const u_char *ap) in ether_snprintf() function
/netbsd/sys/rump/net/lib/libvirtif/
H A Dif_virt.c94 ether_snprintf(enaddrstr, sizeof(enaddrstr), enaddr); in virtif_create()
/netbsd/sys/kern/
H A Duipc_mbufdebug.c165 return ether_snprintf(buf, sizeof(buf), ap); in str_ethaddr()