Searched refs:mac_str (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1680 const char *kx_str, *cipher_str, *mac_str; local
1694 mac_str = gnutls_mac_get_name(mac);
1695 if (!mac_str)
1696 mac_str = "";
1699 res = os_snprintf(buf, buflen, "%s-%s", cipher_str, mac_str);
1702 kx_str, cipher_str, mac_str);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dnet_utils.h35 int net_parsemac(char *mac_str, uint8_t *mac_addr);
H A Dnet_utils.c37 net_parsemac(char *mac_str, uint8_t *mac_addr) argument
43 tmpstr = strsep(&mac_str,"=");
45 if ((mac_str != NULL) && (!strcmp(tmpstr,"mac"))) {
46 ea = ether_aton(mac_str);
50 fprintf(stderr, "Invalid MAC %s\n", mac_str);
/freebsd-11-stable/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)))

Completed in 93 milliseconds