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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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));
656 int auth_type, auth_level; local
790 int auth_type, auth_level; local
891 create_auth_hdr(prs_struct *outgoing_packet, int auth_type, int auth_level, int padding) argument
980 int auth_type; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_dce.h194 uint8 auth_type; /* 0x0a */ member in struct:rpc_hdr_autha_info
208 uint8 auth_type; /* 0x0a */ member in struct:rpc_hdr_auth_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_packet.h84 u_int16_t auth_type; /* Authentication Type. */ member in struct:ospf_header
H A Dospf_packet.c70 int auth_type; local
72 if (OSPF_IF_PARAM (oi, auth_type) == OSPF_AUTH_NOTSET)
73 auth_type = oi->area->auth_type;
75 auth_type = OSPF_IF_PARAM (oi, auth_type);
78 if (auth_type == OSPF_AUTH_CRYPTOGRAPHIC &&
82 return auth_type;
316 if (ntohs (ospfh->auth_type) != OSPF_AUTH_CRYPTOGRAPHIC)
758 if (ntohs (ospfh->auth_type)
[all...]
H A Dospf_vty.c637 int auth_type; /* Authehntication type, if given */
652 vl_config->auth_type = OSPF_AUTH_CMD_NOTSEEN;
723 if (vl_config->auth_type != OSPF_AUTH_CMD_NOTSEEN)
725 SET_IF_PARAM (IF_DEF_PARAMS (ifp), auth_type);
726 IF_DEF_PARAMS (ifp)->auth_type = vl_config->auth_type;
937 vl_config.auth_type = OSPF_AUTH_SIMPLE;
943 vl_config.auth_type = OSPF_AUTH_NULL;
950 vl_config.auth_type = OSPF_AUTH_CRYPTOGRAPHIC;
1083 vl_config.auth_type
630 int auth_type; /* Authehntication type, if given */ member in struct:ospf_vl_config_data
718 SET_IF_PARAM (IF_DEF_PARAMS (ifp), auth_type); local
[all...]
H A Dospf_interface.c464 UNSET_IF_PARAM (oip, auth_type);
502 !OSPF_IF_PARAM_CONFIGURED (oip, auth_type) &&
604 SET_IF_PARAM (IF_DEF_PARAMS (ifp), auth_type);
605 IF_DEF_PARAMS (ifp)->auth_type = OSPF_AUTH_NOTSET;
600 SET_IF_PARAM (IF_DEF_PARAMS (ifp), auth_type); local
H A Dospf_interface.h62 DECLARE_IF_PARAM (int, auth_type); /* OSPF authentication type */
H A Dospfd.h320 int auth_type; /* Authentication type. */ member in struct:ospf_area
H A Dospf_snmp.c710 return SNMP_INTEGER (area->auth_type);
1689 return SNMP_INTEGER (oi->area->auth_type);
2015 return SNMP_INTEGER (oi->area->auth_type);
H A Dospf_dump.c647 zlog_info (" AuType %d", ntohs (ospfh->auth_type));
649 switch (ntohs (ospfh->auth_type))
H A Dospfd.c439 new->auth_type = OSPF_AUTH_NULL;
521 area->auth_type == OSPF_AUTH_NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dioctl.c98 s32 auth_type; member in struct:compat_ncp_objectname_ioctl
595 user.auth_type = server->auth.auth_type;
620 user.auth_type = server->auth.auth_type;
654 user.auth_type = user32.auth_type;
682 server->auth.auth_type = user.auth_type;
H A Dinode.c532 server->auth.auth_type = NCP_AUTH_NONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dncp_fs_sb.h73 int auth_type; member in struct:ncp_server::__anon10072
H A Dncp_fs.h88 int auth_type; member in struct:ncp_objectname_ioctl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dbcmevent.h61 uint32 auth_type; /* WLC_E_AUTH */ member in struct:__anon3157
75 uint32 auth_type; /* WLC_E_AUTH */ member in struct:__anon3158
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dbcmevent.h61 uint32 auth_type; /* WLC_E_AUTH */ member in struct:__anon3228
75 uint32 auth_type; /* WLC_E_AUTH */ member in struct:__anon3229
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe.c283 int auth_type, auth_level; local
294 get_auth_type_level(p->netsec_auth.auth_flags, &auth_type, &auth_level);
295 init_rpc_hdr_auth(&auth_info, auth_type, auth_level,
581 if (autha_info.auth_type != NTLMSSP_AUTH_TYPE || autha_info.auth_level != RPC_PIPE_AUTH_SEAL_LEVEL) {
583 (int)autha_info.auth_type, (int)autha_info.auth_level ));
940 if(auth_info.auth_type == NTLMSSP_AUTH_TYPE) {
970 } else if (auth_info.auth_type == NETSEC_AUTH_TYPE) {
993 auth_info.auth_type ));
1372 if (auth_info.auth_type != NETSEC_AUTH_TYPE) {
1374 auth_info.auth_type));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_interface.c124 ri->auth_type = RIP_NO_AUTH;
126 /* ri->auth_type = RIP_NO_AUTH; */
127 ri->auth_type = RIP_AUTH_SIMPLE_PASSWORD;
667 ri->auth_type = RIP_NO_AUTH;
669 /* ri->auth_type = RIP_NO_AUTH; */
670 ri->auth_type = RIP_AUTH_SIMPLE_PASSWORD;
1632 ri->auth_type = RIP_AUTH_MD5;
1634 ri->auth_type = RIP_AUTH_SIMPLE_PASSWORD;
1660 ri->auth_type = RIP_NO_AUTH;
1662 /* ri->auth_type
[all...]
H A Dripd.h234 int auth_type; member in struct:rip_interface
H A Dripd.c882 if (ri->auth_type != RIP_AUTH_SIMPLE_PASSWORD
935 if (ri->auth_type != RIP_AUTH_MD5 || ntohs (md5->type) != RIP_AUTH_MD5)
997 if (ri->auth_type != RIP_AUTH_MD5)
1836 if ((ri->auth_type == RIP_NO_AUTH)
1859 if ((ri->auth_type == RIP_AUTH_SIMPLE_PASSWORD
1860 || ri->auth_type == RIP_AUTH_MD5)
2063 if (ri->auth_type == RIP_AUTH_SIMPLE_PASSWORD)
2196 if (ri->auth_type == RIP_AUTH_SIMPLE_PASSWORD)
2201 if (ri->auth_type == RIP_AUTH_MD5)
2206 if (ri->auth_type
[all...]
H A Drip_snmp.c471 auth = ri->auth_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_rpc.c577 uint8 auth_type, uint8 auth_level,
583 rai->auth_type = auth_type; /* nt lm ssp 0x0a */
608 if(!prs_uint8 ("auth_type ", ps, depth, &rai->auth_type)) /* 0x0a nt lm ssp */
628 uint8 auth_type, uint8 auth_level,
632 rai->auth_type = auth_type; /* nt lm ssp 0x0a */
655 if(!prs_uint8 ("auth_type ", ps, depth, &rai->auth_type)) /*
575 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
627 init_rpc_hdr_auth(RPC_HDR_AUTH *rai, uint8 auth_type, uint8 auth_level, uint8 padding, uint32 ptr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dray_cs.c119 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type);
2705 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type) argument
2742 writeb(auth_type & 0xff, ptx->var + 2);
H A Dipw2200.h882 u8 auth_type:4, auth_key:4; member in struct:ipw_associate

Completed in 243 milliseconds

12