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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daodv.h150 u_int8_t ra_type; member in struct:aodv_rrep_ack
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dsesssetup.c1023 enum remote_arch_types ra_type = get_remote_arch(); local
1062 if ( ra_type == RA_WIN2K ) {
1287 enum remote_arch_types ra_type = get_remote_arch(); local
1305 if(ra_type == RA_WINNT || ra_type == RA_WIN2K || ra_type == RA_WIN95) {
1353 if ((ra_type == RA_WINNT) && (passlen2 == 0) && unic && passlen1) {
1392 if ( ra_type == RA_WIN2K ) {
H A Dservice.c200 enum remote_arch_types ra_type = get_remote_arch(); local
201 if ((ra_type != RA_SAMBA) && (ra_type != RA_CIFSFS)) {
H A Dtrans2.c86 enum remote_arch_types ra_type = get_remote_arch(); local
87 if (rval && (ra_type != RA_SAMBA) && (ra_type != RA_CIFSFS)) {
H A Dposix_acls.c816 enum remote_arch_types ra_type = get_remote_arch(); local
819 return (ra_type <= RA_WINNT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c71 static enum remote_arch_types ra_type = RA_UNKNOWN; variable in typeref:enum:remote_arch_types
2242 ra_type = type;
2275 ra_type = RA_UNKNOWN;
2289 return ra_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_nt.c909 enum remote_arch_types ra_type = get_remote_arch(); local
910 int max_sam_entries = (ra_type == RA_WIN95) ? MAX_SAM_ENTRIES_W95 : MAX_SAM_ENTRIES_W2K;
1168 enum remote_arch_types ra_type = get_remote_arch(); local
1169 int max_sam_entries = (ra_type == RA_WIN95) ? MAX_SAM_ENTRIES_W95 : MAX_SAM_ENTRIES_W2K;

Completed in 299 milliseconds