Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
HDipv4ll.c67 setstate(state->randomstate); in ipv4ll_pickaddr()
88 setstate(ifp->ctx->randomstate); in ipv4ll_pickaddr()
358 state->randomstate, sizeof(state->randomstate)); in ipv4ll_start()
361 if (ifp->ctx->randomstate == NULL) in ipv4ll_start()
362 ifp->ctx->randomstate = orig; in ipv4ll_start()
365 setstate(ifp->ctx->randomstate); in ipv4ll_start()
HDipv4ll.h46 char randomstate[128]; member
HDdhcpcd.h186 char *randomstate; /* original state */ member