Home
last modified time | relevance | path

Searched refs:gssapitoken_len (Results 1 – 2 of 2) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dmethod_gssapi.c197 INIT(sizeof(state->gssapitoken_len));
200 state->gssapitoken_len
201 = ntohs((short)state->gssapitoken_len);
237 INIT(state->gssapitoken_len);
553 INIT(sizeof(state->gssapitoken_len));
556 state->gssapitoken_len
557 = ntohs((short)state->gssapitoken_len);
579 INIT(state->gssapitoken_len);
838 INIT(sizeof(state->gssapitoken_len));
841 state->gssapitoken_len
[all …]
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h2371 unsigned short gssapitoken_len; /* length of token we're working on. */ member