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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgssapi.h47 int gsscnt; /* # of token we're working on */ member in struct:gssapi_ph1_state
H A Dgssapi.c279 itoken = &gps->gss[gps->gsscnt];
306 gps->gsscnt++;
329 itoken = &gps->gss[gps->gsscnt];
361 gps->gsscnt++;
404 gsstoken = &gps->gss[gps->gsscnt - 1];
427 for (i = len = 0; i < gps->gsscnt; i++)
434 for (i = 0; i < gps->gsscnt; i++) {
442 "%d itokens of length %d\n", gps->gsscnt, (*tokens)->l);

Completed in 41 milliseconds