Home
last modified time | relevance | path

Searched refs:mac_str (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.sbin/bhyve/
H A Dnet_utils.c48 net_parsemac(const char *mac_str, uint8_t *mac_addr) in net_parsemac() argument
53 if (mac_str == NULL) in net_parsemac()
56 ea = ether_aton(mac_str); in net_parsemac()
60 EPRINTLN("Invalid MAC %s", mac_str); in net_parsemac()
H A Dnet_utils.h37 int net_parsemac(const char *mac_str, uint8_t *mac_addr);
/freebsd-13.1/tools/bus_space/examples/
H A Dam79c900_diag.py170 def mac_str(m): function
337 logging.debug('RX #%d: packet for %s?' % (i, mac_str(pkt.eth_dest)))
339 logging.debug('RX %d: packet from %s!' % (i, mac_str(pkt.eth_src)))
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local
1694 mac_str = gnutls_mac_get_name(mac); in tls_get_cipher()
1695 if (!mac_str) in tls_get_cipher()
1696 mac_str = ""; in tls_get_cipher()
1699 res = os_snprintf(buf, buflen, "%s-%s", cipher_str, mac_str); in tls_get_cipher()
1702 kx_str, cipher_str, mac_str); in tls_get_cipher()