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

/freebsd-current/lib/libiscsiutil/
H A Dchap.c248 char *chap_i; local
251 ret = asprintf(&chap_i, "%d", chap->chap_id);
255 return (chap_i);
/freebsd-current/usr.sbin/ctld/
H A Dlogin.c259 char *chap_c, *chap_i; local
262 chap_i = chap_get_id(chap);
267 keys_add(response_keys, "CHAP_I", chap_i);
269 free(chap_i);
342 const char *chap_i, *chap_c; local
354 chap_i = keys_find(request_keys, "CHAP_I");
356 if (chap_i != NULL || chap_c != NULL) {
357 if (chap_i == NULL) {
378 error = rchap_receive(rchap, chap_i, chap_c);
/freebsd-current/usr.sbin/iscsid/
H A Dlogin.c620 const char *chap_a, *chap_c, *chap_i; local
647 chap_i = keys_find(response_keys, "CHAP_I");
648 if (chap_i == NULL)
657 error = rchap_receive(rchap, chap_i, chap_c);

Completed in 86 milliseconds