Home
last modified time | relevance | path

Searched refs:macstr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/setfmac/
H A Dsetfmac.c315 macstr = strtok(NULL, " \t"); in add_spec_line()
317 macstr = modestr; in add_spec_line()
398 char *regerrorstr, *macstr; in apply_specs() local
462 macstr = malloc(size); in apply_specs()
463 if (macstr == NULL) in apply_specs()
465 *macstr = '\0'; in apply_specs()
469 if (*macstr != '\0') in apply_specs()
470 strcat(macstr, ","); in apply_specs()
474 if (mac_from_text(&mac, macstr)) in apply_specs()
480 free(macstr); in apply_specs()
[all …]
/freebsd-14.2/sys/dev/xen/netfront/
H A Dnetfront.c385 char *s, *e, *macstr; in xen_net_read_mac() local
389 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr); in xen_net_read_mac()
407 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr); in xen_net_read_mac()
414 s = macstr; in xen_net_read_mac()
418 free(macstr, M_XENBUS); in xen_net_read_mac()
423 free(macstr, M_XENBUS); in xen_net_read_mac()
/freebsd-14.2/contrib/wpa/src/common/
H A Ddpp.c695 char macstr[ETH_ALEN * 2 + 10]; in dpp_gen_uri() local
704 macstr[0] = '\0'; in dpp_gen_uri()
706 os_snprintf(macstr, sizeof(macstr), "M:" COMPACT_MACSTR ";", in dpp_gen_uri()
708 len += os_strlen(macstr); /* M:...; */ in dpp_gen_uri()
756 macstr, in dpp_gen_uri()