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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_client/
H A Dcli_pipe.c34 void get_auth_type_level(int pipe_auth_flags, int *auth_type, int *auth_level) argument
36 *auth_type = 0;
45 *auth_type = NETSEC_AUTH_TYPE;
47 *auth_type = NTLMSSP_AUTH_TYPE;
235 int auth_type; local
247 get_auth_type_level(cli->pipe_auth_flags, &auth_type, &auth_level);
248 if (rhdr_auth.auth_type != auth_type) {
250 rhdr_auth.auth_type, auth_type));
645 int auth_type, auth_level; local
779 int auth_type, auth_level; local
880 create_auth_hdr(prs_struct *outgoing_packet, int auth_type, int auth_level, int padding) argument
969 int auth_type; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dncp_fs_sb.h62 int auth_type; member in struct:ncp_server::__anon11278
H A Dncp_fs.h87 int auth_type; member in struct:ncp_objectname_ioctl
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dncp_fs_sb.h62 int auth_type; member in struct:ncp_server::__anon6864
H A Dncp_fs.h87 int auth_type; member in struct:ncp_objectname_ioctl
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_dce.h205 uint8 auth_type; /* 0x0a */ member in struct:rpc_hdr_autha_info
219 uint8 auth_type; /* 0x0a */ member in struct:rpc_hdr_auth_info
/asus-wl-520gu-7.0.1.45/src/include/proto/
H A Dbcmevent.h51 uint32 auth_type; /* WLC_E_AUTH */ member in struct:__anon218
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_pipe.c257 int auth_type, auth_level; local
268 get_auth_type_level(p->netsec_auth.auth_flags, &auth_type, &auth_level);
269 init_rpc_hdr_auth(&auth_info, auth_type, auth_level,
551 if (autha_info.auth_type != NTLMSSP_AUTH_TYPE || autha_info.auth_level != RPC_PIPE_AUTH_SEAL_LEVEL) {
553 (int)autha_info.auth_type, (int)autha_info.auth_level ));
913 if(auth_info.auth_type == NTLMSSP_AUTH_TYPE) {
943 } else if (auth_info.auth_type == NETSEC_AUTH_TYPE) {
966 auth_info.auth_type ));
1345 if (auth_info.auth_type != NETSEC_AUTH_TYPE) {
1347 auth_info.auth_type));
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dioctl.c384 user.auth_type = server->auth.auth_type;
433 server->auth.auth_type = user.auth_type;
H A Dinode.c350 server->auth.auth_type = NCP_AUTH_NONE;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_rpc.c588 uint8 auth_type, uint8 auth_level,
594 rai->auth_type = auth_type; /* nt lm ssp 0x0a */
619 if(!prs_uint8 ("auth_type ", ps, depth, &rai->auth_type)) /* 0x0a nt lm ssp */
639 uint8 auth_type, uint8 auth_level,
643 rai->auth_type = auth_type; /* nt lm ssp 0x0a */
666 if(!prs_uint8 ("auth_type ", ps, depth, &rai->auth_type)) /*
586 init_rpc_hdr_autha(RPC_HDR_AUTHA *rai, uint16 max_tsize, uint16 max_rsize, uint8 auth_type, uint8 auth_level, uint8 stub_type_len) argument
638 init_rpc_hdr_auth(RPC_HDR_AUTH *rai, uint8 auth_type, uint8 auth_level, uint8 padding, uint32 ptr) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dray_cs.c124 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type);
2859 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type) argument
2896 writeb(auth_type & 0xff, ptx->var + 2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c2289 int auth_type; member in struct:ncp_objectname_ioctl_32
2435 n32.auth_type = n.auth_type;
2461 n.auth_type = n32.auth_type;

Completed in 260 milliseconds