Home
last modified time | relevance | path

Searched refs:GSSAPI_TOKEN_LENGTH (Results 1 – 4 of 4) sorted by relevance

/dports/net/dante/dante-1.4.3/lib/
H A Dclientprotocol.c1291 memcpy(request + GSSAPI_TOKEN_LENGTH, &token_length, sizeof(short));
1363 memcpy(&token_length, &response[GSSAPI_TOKEN_LENGTH], sizeof(short));
1430 memcpy(&request[GSSAPI_TOKEN_LENGTH], &token_length, sizeof(short));
1471 memcpy(&token_length, &response[GSSAPI_TOKEN_LENGTH], sizeof(short));
1508 memcpy(&request[GSSAPI_TOKEN_LENGTH], &token_length, sizeof(short));
1565 memcpy(&token_length, response + GSSAPI_TOKEN_LENGTH, sizeof(short));
H A Diobuf.c266 memcpy(&((char *)output_token.value)[GSSAPI_TOKEN_LENGTH],
H A Dgssapi.c1394 memcpy(tokenlen, &headerbuf[GSSAPI_TOKEN_LENGTH], sizeof(*tokenlen));
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h1445 #define GSSAPI_TOKEN_LENGTH 2 macro