Searched refs:auth_proto (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsession.h50 char *auth_proto; member in struct:Session
H A Dsession.c349 s->auth_proto = packet_get_string(&proto_len);
367 xfree(s->auth_proto);
369 s->auth_proto = NULL;
1347 s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL;
1359 fprintf(f, "%s %s\n", s->auth_proto,
1372 fprintf(f, "%s %s\n", s->auth_proto,
1387 s->auth_proto, s->auth_data);
1396 s->auth_display, s->auth_proto,
2150 if (s->auth_proto != NULL || s->auth_data != NULL) {
2156 s->auth_proto
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-dhcp6.c332 u_int8_t auth_proto; local
458 auth_proto = *tp;
459 switch (auth_proto) {
467 printf(" proto: %d", auth_proto);
496 switch (auth_proto) {
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgxq.c316 xq->hdr.auth_proto = 0;
379 * If we're authenticating, set auth_proto field in packet header
383 xq->hdr.auth_proto = auth_epv->auth_proto;
568 xq->hdr.auth_proto = 0;
H A Ddgexec.c530 if (hdrp->auth_proto != 0 &&
545 authn_protocol = rpc__auth_cvt_id_wire_to_api(hdrp->auth_proto, &st);
796 (rqe->hdrp->auth_proto != auth_epv->auth_proto))
H A Ddg.c594 (rqe->hdrp->auth_proto != auth_epv->auth_proto))
1063 (rqe->hdrp->auth_proto != auth_epv->auth_proto))
H A Ddgutl.c287 hdrp->auth_proto) );
H A Ddg.h414 u_char auth_proto; /* 78:01 authentication protocol */ member in struct:__anon8225
2379 unsigned32 auth_proto; member in struct:rpc_dg_auth_epv_t
H A Ddglsn.c347 COPY_HDR (auth_proto);

Completed in 206 milliseconds