Searched refs:auth_proto (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-dhcp6.c | 343 u_int8_t auth_proto; in dhcp6opt_print() local 474 auth_proto = *tp; in dhcp6opt_print() 475 switch (auth_proto) { in dhcp6opt_print() 483 printf(" proto: %d", auth_proto); in dhcp6opt_print() 512 switch (auth_proto) { in dhcp6opt_print()
|
/external/openssh/ |
D | session.c | 333 s->auth_proto = packet_get_string(&proto_len); in do_authenticated1() 351 free(s->auth_proto); in do_authenticated1() 353 s->auth_proto = NULL; in do_authenticated1() 1343 s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL; in do_rc_files() 1356 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files() 1369 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files() 1384 s->auth_proto, s->auth_data); in do_rc_files() 1393 s->auth_display, s->auth_proto, in do_rc_files() 2179 if (s->auth_proto != NULL || s->auth_data != NULL) { in session_x11_req() 2185 s->auth_proto = packet_get_string(NULL); in session_x11_req() [all …]
|
D | session.h | 50 char *auth_proto; member
|