Home
last modified time | relevance | path

Searched refs:tos_value (Results 1 – 10 of 10) sorted by relevance

/external/iptables/extensions/
Dlibxt_TOS.c103 info->tos = cb->val.tos_value; in tos_tg_parse_v0()
113 info->tos_value = cb->val.tos_value; in tos_tg_parse()
117 info->tos_value = 0; in tos_tg_parse()
121 info->tos_value = cb->val.u8; in tos_tg_parse()
125 info->tos_value = cb->val.u8; in tos_tg_parse()
155 info->tos_value, info->tos_mask); in tos_tg_print()
157 info->tos_value, info->tos_mask)) in tos_tg_print()
160 else if (info->tos_value == 0) in tos_tg_print()
163 else if (info->tos_value == info->tos_mask) in tos_tg_print()
164 printf(" TOS or 0x%02x", info->tos_value); in tos_tg_print()
[all …]
Dlibxt_tos.c65 info->tos = cb->val.tos_value; in tos_mt_parse_v0()
75 info->tos_value = cb->val.tos_value; in tos_mt_parse()
102 !tos_try_print_symbolic("", info->tos_value, info->tos_mask)) in tos_mt_print()
103 printf("0x%02x/0x%02x", info->tos_value, info->tos_mask); in tos_mt_print()
121 printf(" --tos 0x%02x/0x%02x", info->tos_value, info->tos_mask); in tos_mt_save()
/external/iptables/include/linux/netfilter/
Dxt_DSCP.h22 __u8 tos_value; member
Dxt_dscp.h27 __u8 tos_value; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_DSCP.h23 __u8 tos_value; member
Dxt_dscp.h28 __u8 tos_value; member
/external/iproute2/include/
Dxtables.h165 uint8_t tos_value, tos_mask; member
/external/iptables/include/
Dxtables.h165 uint8_t tos_value, tos_mask; member
/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c4157 uint8_t tos_value; local
4188 tos_value = net->dscp;
4190 tos_value = stcb->asoc.default_dscp;
4192 tos_value = inp->sctp_ep.default_dscp;
4230 if (tos_value == 0) {
4236 tos_value = inp->ip_inp.inp.inp_ip_tos;
4238 tos_value = inp->inp_ip_tos;
4241 tos_value &= 0xfc;
4243 tos_value |= sctp_get_ect(stcb);
4289 ip->ip_tos = tos_value;
[all …]
/external/iptables/libxtables/
Dxtoptions.c384 cb->val.tos_value = value; in tos_parse_numeric()
422 cb->val.tos_value = symbol->value; in xtopt_parse_tosmask()