Searched defs:auth_type (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.h59 HTTPAuthType auth_type; member in struct:HTTPAuthState
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.h56 HTTPAuthType auth_type; member in struct:__anon2157
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-vrrp.c90 int version, type, auth_type; local
H A Dprint-bfd.c99 u_int8_t auth_type; member in struct:bfd_auth_header_t
H A Dprint-rip.c135 u_int16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_conn.c364 struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 sec_level, __u8 auth_type) argument
436 static int hci_conn_auth(struct hci_conn *conn, __u8 sec_level, __u8 auth_type) argument
458 hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_packet.h84 u_int16_t auth_type; /* Authentication Type. */ member in struct:ospf_header
H A Dospf_interface.c600 SET_IF_PARAM (IF_DEF_PARAMS (ifp), auth_type); local
H A Dospf_packet.c70 int auth_type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dioctl.c100 s32 auth_type; member in struct:compat_ncp_objectname_ioctl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dncp_fs_sb.h74 int auth_type; member in struct:ncp_server::__anon17807
H A Dncp_fs.h88 int auth_type; member in struct:ncp_objectname_ioctl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dclient.h48 enum pipe_auth_type auth_type; /* switch for the union below. Defined in ntdomain.h */ member in struct:cli_pipe_auth_data
H A Dntdomain.h197 enum pipe_auth_type auth_type; /* switch for union below. */ member in struct:pipe_auth_data
H A Drpc_dce.h210 uint8 auth_type; /* See XXX_AUTH_TYPE above. */ member in struct:rpc_hdr_auth_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_rpc.c676 init_rpc_hdr_auth(RPC_HDR_AUTH *rai, uint8 auth_type, uint8 auth_level, uint8 auth_pad_len, uint32 auth_context_id) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c440 u8 *auth_type = &iwm->umac_profile->sec.auth_type; local
524 u8 *auth_type = &iwm->umac_profile->sec.auth_type; local
[all...]
H A Dcommands.c635 u8 auth_type = iwm->umac_profile->sec.auth_type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dmlme.c374 __cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_auth_type auth_type, const u8 *bssid, const u8 *ssid, int ssid_len, const u8 *ie, int ie_len, const u8 *key, int key_len, int key_idx, bool local_state_change) argument
460 cfg80211_mlme_auth(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_auth_type auth_type, const u8 *bssid, const u8 *ssid, int ssid_len, const u8 *ie, int ie_len, const u8 *key, int key_len, int key_idx, bool local_state_change) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c32 static int map_pipe_auth_type_to_rpc_auth_type(enum pipe_auth_type auth_type) argument
1175 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1712 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
1771 rpc_finish_auth3_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1894 rpc_finish_spnego_ntlmssp_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
2027 rpc_pipe_bind(struct rpc_pipe_client *cli, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
2298 cli_rpc_pipe_open_ntlmssp_internal(struct cli_state *cli, int pipe_idx, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level, const char *domain, const char *username, const char *password, NTSTATUS *perr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c65 uint8 auth_type, auth_level; local
1487 unsigned int auth_type = RPC_ANONYMOUS_AUTH_TYPE; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.h234 int auth_type; member in struct:rip_interface
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.c103 static u8 lbs_auth_to_authtype(enum nl80211_auth_type auth_type) argument
337 static int lbs_add_auth_type_tlv(u8 *tlv, enum nl80211_auth_type auth_type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.c2701 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dcore.c233 __u8 auth_type; local

Completed in 413 milliseconds

12