Searched refs:tspec (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dwmm.c128 const struct wmm_tspec_element *tspec,
150 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
158 int wmm_process_tspec(struct wmm_tspec_element *tspec) argument
164 up = (tspec->ts_info[1] >> 3) & 0x07;
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
167 tid = (tspec->ts_info[0] >> 1) & 0x0f;
170 val = le_to_host16(tspec->nominal_msdu_size);
174 le_to_host32(tspec->mean_data_rate));
176 le_to_host32(tspec
127 wmm_send_action(struct hostapd_data *hapd, const u8 *addr, const struct wmm_tspec_element *tspec, u8 action_code, u8 dialogue_token, u8 status_code) argument
231 wmm_addts_req(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, struct wmm_tspec_element *tspec, size_t len) argument
[all...]
H A Dwmm.h27 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c534 struct wmm_tspec_element *tspec; local
537 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
544 if (end - pos < (int) sizeof(*tspec)) {
551 tspec = (struct wmm_tspec_element *) pos;
552 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
553 res = wmm_process_tspec(tspec);
564 pos += sizeof(*tspec);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_rq.h33 char *tspec; member in struct:re_s
49 char *tspec
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dtimepps.h53 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
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dtimepps-SCO.h143 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
H A Dtimepps-Solaris.h143 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
H A Dtimepps-SunOS.h143 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
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap_r/
H A Drq.c45 char *tspec
59 entry->tspec = tspec;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dmlme.c1001 struct wmm_tspec_element *tspec; local
1004 tspec = wpabuf_put(buf, sizeof(*tspec));
1005 tspec->eid = WLAN_EID_VENDOR_SPECIFIC;
1006 tspec->length = sizeof(*tspec) - 2;
1007 tspec->oui[0] = 0x00;
1008 tspec->oui[1] = 0x50;
1009 tspec->oui[2] = 0xf2;
1010 tspec
1842 dump_tspec(struct wmm_tspec_element *tspec) argument
1871 const struct wmm_tspec_element *tspec; local
1892 struct wmm_tspec_element *tspec; local
1909 struct wmm_tspec_element *tspec; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dmount_nfs.c191 char *tspec; local
198 if ((tspec = strdup(spec)) == NULL) {
201 if (!getnfsargs(tspec, nfsargsp)) {
204 free(tspec);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dthread.c273 i, re->tname, re->tspec );
306 i, re->tname, re->tspec );

Completed in 103 milliseconds