Searched refs:cred_tail (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c354 struct wpa_cred *cred, *cred_tail = NULL, *cred_head = NULL; local
406 cred_head = cred_tail = cred;
408 cred_tail->next = cred;
409 cred_tail = cred;

Completed in 92 milliseconds