Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtpproto.c59 int dscp; member
79 { "dscp", "DSCP class", OFFSET(dscp), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, .flags = D|E },
194 if (s->dscp >= 0) in build_udp_url()
195 url_add_option(buf, buf_size, "dscp=%d", s->dscp); in build_udp_url()
216 * 'dscp=n' : set DSCP value to n (QoS)
272 if (av_find_info_tag(buf, sizeof(buf), "dscp", p)) { in rtp_open()
273 s->dscp = strtol(buf, NULL, 10); in rtp_open()
H A Dudp.c648 int port, udp_fd = -1, tmp, bind_ret = -1, dscp = -1; in udp_open() local
716 if (av_find_info_tag(buf, sizeof(buf), "dscp", p)) { in udp_open()
717 dscp = strtol(buf, NULL, 10); in udp_open()
823 if (dscp >= 0) { in udp_open()
824 dscp <<= 2; in udp_open()
825 if (setsockopt (udp_fd, IPPROTO_IP, IP_TOS, &dscp, sizeof(dscp)) != 0) { in udp_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drobust_av.c66 wpabuf_put_u8(buf, type4_param->ip_params.v4.dscp); in wpas_populate_type4_classifier()
77 wpabuf_put_u8(buf, type4_param->ip_params.v6.dscp); in wpas_populate_type4_classifier()
245 1 ; /* dscp */ in tclas_elem_len()
589 /* Register a timeout after which dscp query can be sent to AP. */ in wpas_handle_assoc_resp_qos_mgmt()
849 u8 dscp; member
1148 "add policy_id=%u dscp=%u ip_version=%d%s", in wpas_add_dscp_policy()
1149 policy->policy_id, policy->dscp, ip_ver, policy_str); in wpas_add_dscp_policy()
1195 policy->dscp = attr_data[2]; in wpas_fill_dscp_policy()
H A Dwpa_supplicant_i.h621 u8 dscp; member
632 u8 dscp; member
H A Dctrl_iface.c11601 pos = os_strstr(cmd, "dscp=");
11604 param->ip_params.v4.dscp = atoi(pos + 5);
11606 param->ip_params.v6.dscp = atoi(pos + 5);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c837 qos_map->dscp_exception[i].dscp = qos_map_set[i * 2]; in atheros_set_qos_map()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c833 qos_map->dscp_exception[i].dscp = qos_map_set[i * 2]; in atheros_set_qos_map()

Completed in 26 milliseconds