Searched refs:tos_value (Results 1 - 9 of 9) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_DSCP.h22 __u8 tos_value; member in struct:xt_tos_target_info
H A Dxt_dscp.h27 __u8 tos_value; member in struct:xt_tos_match_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_DSCP.h22 __u8 tos_value; member in struct:xt_tos_target_info
H A Dxt_dscp.h27 __u8 tos_value; member in struct:xt_tos_match_info
/external/iptables/extensions/
H A Dlibxt_TOS.c103 info->tos = cb->val.tos_value;
113 info->tos_value = cb->val.tos_value;
117 info->tos_value = 0;
121 info->tos_value = cb->val.u8;
125 info->tos_value = cb->val.u8;
155 info->tos_value, info->tos_mask);
157 info->tos_value, info->tos_mask))
160 else if (info->tos_value == 0)
163 else if (info->tos_value
[all...]
H A Dlibxt_tos.c65 info->tos = cb->val.tos_value;
75 info->tos_value = cb->val.tos_value;
102 !tos_try_print_symbolic("", info->tos_value, info->tos_mask))
103 printf("0x%02x/0x%02x", info->tos_value, info->tos_mask);
121 printf(" --tos 0x%02x/0x%02x", info->tos_value, info->tos_mask);
/external/iptables/include/
H A Dxtables.h165 uint8_t tos_value, tos_mask; member in struct:xt_option_call::__anon22626::__anon22628
/external/iptables/libxtables/
H A Dxtoptions.c380 cb->val.tos_value = value;
418 cb->val.tos_value = symbol->value;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c4139 uint8_t tos_value; local
4170 tos_value = net->dscp;
4172 tos_value = stcb->asoc.default_dscp;
4174 tos_value = inp->sctp_ep.default_dscp;
4219 if (tos_value == 0) {
4225 tos_value = inp->ip_inp.inp.inp_ip_tos;
4227 tos_value = inp->inp_ip_tos;
4230 tos_value &= 0xfc;
4232 tos_value |= sctp_get_ect(stcb);
4275 ip->ip_tos = tos_value;
[all...]

Completed in 265 milliseconds