Searched refs:gss (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_gssapi.h31 # include <gss.h>
43 /* Common method for using gss api */
H A Dhttp_negotiate_sspi.c62 if(neg_ctx->gss)
95 bool gss = FALSE; local
104 gss = TRUE;
108 gss = FALSE;
114 if(neg_ctx->gss != gss) {
120 neg_ctx->gss = gss;
H A Dhttp_negotiate.c78 if(neg_ctx->gss)
144 bool gss; local
152 gss = TRUE;
156 gss = FALSE;
162 if(neg_ctx->gss != gss) {
168 neg_ctx->gss = gss;
H A Durldata.h167 # include <gss.h>
376 bool gss; /* Whether we're processing GSS-Negotiate or Negotiate */ member in struct:negotiatedata
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/
H A Ddccp.h344 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) argument
349 dh->dccph_seq = htons((gss >> 32) & 0xfffff);
350 dhx->dccph_seq_low = htonl(gss & 0xffffffff);

Completed in 70 milliseconds