HomeSort by: relevance | last modified time | path
    Searched refs:randomise_hwaddr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
if-options.h 280 bool randomise_hwaddr; member in struct:if_options
dhcpcd.c 783 if (!ifp->options->randomise_hwaddr && if_roaming(ifp)) {
792 if (ifp->options->randomise_hwaddr) {
1020 if (ifp->carrier <= LINK_DOWN && ifp->options->randomise_hwaddr &&
1030 if (ifp->options->randomise_hwaddr &&
if-options.c 125 { "randomise_hwaddr", no_argument, NULL, O_RANDOMISE_HWADDR },
1572 ifo->randomise_hwaddr = true;

Completed in 20 milliseconds