Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/udhcp/
Ddhcpd.c358 char *mac_string; in read_staticlease() local
366 mac_string = strtok_r(line, " \t", &line); in read_staticlease()
367 if (!mac_string || !ether_aton_r(mac_string, &mac_bytes)) in read_staticlease()