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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c4550 static struct cli_state c_nt; local
4563 if (!open_nbt_connection(&c_nt)) {
4567 c_nt.use_spnego = False;
4569 if (!cli_negprot(&c_nt)) {
4570 printf("%s rejected the NT-error negprot (%s)\n",host, cli_errstr(&c_nt));
4571 cli_shutdown(&c_nt);
4575 if (!cli_session_setup(&c_nt, "", "", 0, "", 0,
4577 printf("%s rejected the NT-error initial session setup (%s)\n",host, cli_errstr(&c_nt));
4605 if (cli_session_setup(&c_nt, user,
4612 flgs2 = SVAL(c_nt
[all...]

Completed in 95 milliseconds