HomeSort by relevance Sort by last modified time
    Searched refs:reconf (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
auth.c 91 if (state->reconf) {
92 free(state->reconf->key);
93 free(state->reconf->realm);
94 free(state->reconf);
95 state->reconf = NULL;
219 if (state->reconf == NULL) {
220 state->reconf =
221 malloc(sizeof(*state->reconf));
222 if (state->reconf == NULL)
224 state->reconf->key = malloc(16)
    [all...]
auth.h 73 struct token *reconf; member in struct:authstate

Completed in 297 milliseconds