OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tspec
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/openldap/dist/include/
ldap_rq.h
33
char *
tspec
;
member in struct:re_s
50
char *
tspec
/src/external/bsd/wpa/dist/wpa_supplicant/
wmm_ac.h
69
* the respective
tspec
slot (according to the direction).
99
*
TSPEC
)
104
*
tspec
- Traffic Stream Specification, will be used to compare the
105
* sent
TSPEC
in ADDTS request to the received
TSPEC
in ADDTS response
108
struct wmm_tspec_element
tspec
;
member in struct:wmm_ac_addts_request
wmm_ac.c
35
static inline u8 wmm_ac_get_tsid(const struct wmm_tspec_element *
tspec
)
37
return (
tspec
->ts_info[0] >> 1) & 0x0f;
41
static u8 wmm_ac_get_direction(const struct wmm_tspec_element *
tspec
)
43
return (
tspec
->ts_info[0] >> 5) & 0x03;
47
static u8 wmm_ac_get_user_priority(const struct wmm_tspec_element *
tspec
)
49
return (
tspec
->ts_info[1] >> 3) & 0x07;
70
const struct wmm_tspec_element *
tspec
)
74
u16 admitted_time = le_to_host16(
tspec
->medium_time);
75
u8 up = wmm_ac_get_user_priority(
tspec
);
77
u8 dir = wmm_ac_get_direction(
tspec
);
121
struct wmm_
tspec
_element *
tspec
= wpa_s->
tspec
s[ac][dir];
local
268
struct wmm_
tspec
_element *
tspec
;
local
551
struct wmm_
tspec
_element
tspec
;
local
739
struct wmm_
tspec
_element *
tspec
;
local
871
struct wmm_
tspec
_element *
tspec
;
local
[
all
...]
/src/sbin/mount_nfs/
mount_nfs.c
177
char *
tspec
;
local
184
if ((
tspec
= strdup(spec)) == NULL) {
187
if (!getnfsargs(
tspec
, nfsargsp)) {
190
free(
tspec
);
/src/sys/sys/
timepps.h
53
struct timespec
tspec
;
member in union:pps_timeu
73
#define assert_timestamp assert_tu.
tspec
74
#define clear_timestamp clear_tu.
tspec
86
#define assert_offset assert_off_tu.
tspec
87
#define clear_offset clear_off_tu.
tspec
/src/external/bsd/ntp/dist/include/
timepps-SCO.h
143
struct timespec
tspec
;
member in union:pps_timeu
160
#define assert_timestamp assert_tu.
tspec
161
#define clear_timestamp clear_tu.
tspec
177
#define assert_offset assert_off_tu.
tspec
178
#define clear_offset clear_off_tu.
tspec
timepps-Solaris.h
143
struct timespec
tspec
;
member in union:pps_timeu
160
#define assert_timestamp assert_tu.
tspec
161
#define clear_timestamp clear_tu.
tspec
177
#define assert_offset assert_off_tu.
tspec
178
#define clear_offset clear_off_tu.
tspec
timepps-SunOS.h
143
struct timespec
tspec
;
member in union:pps_timeu
160
#define assert_timestamp assert_tu.
tspec
161
#define clear_timestamp clear_tu.
tspec
177
#define assert_offset assert_off_tu.
tspec
178
#define clear_offset clear_off_tu.
tspec
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h
667
/* is(targ id tok
tspec
)
672
Type *
tspec
; // can be NULL
member in class:IsExp
/src/external/bsd/wpa/dist/src/ap/
wpa_auth_ft.c
2461
struct wmm_tspec_element *
tspec
;
local
2463
if (parse.wmm_tspec_len + 2 < (int) sizeof(*
tspec
)) {
2464
wpa_printf(MSG_DEBUG, "FT: Too short WMM
TSPEC
IE "
2470
if (end - pos < (int) sizeof(*
tspec
)) {
2472
"response
TSPEC
");
2477
tspec
= (struct wmm_tspec_element *) pos;
2478
os_memcpy(
tspec
, parse.wmm_tspec - 2, sizeof(*
tspec
));
2494
/*
TSPEC
accepted; include updated
TSPEC
in response *
[
all
...]
Completed in 46 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026