OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gsscnt_p
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
gssapi.c
309
rtoken = gps->
gsscnt_p
== 0 ? dummy : &gps->gss_p[gps->
gsscnt_p
- 1];
359
rtoken = &gps->gss_p[gps->
gsscnt_p
- 1];
412
gsstoken = &gps->gss_p[gps->
gsscnt_p
];
417
gps->
gsscnt_p
++;
499
for (i = len = 0; i < gps->
gsscnt_p
; i++)
506
for (i = 0; i < gps->
gsscnt_p
; i++) {
gssapi.h
50
int
gsscnt_p
; /* # of token we're working on */
member in struct:gssapi_ph1_state
Completed in 1117 milliseconds