Searched refs:tos_value (Results 1 – 10 of 10) sorted by relevance
/external/iptables/extensions/ |
D | libxt_TOS.c | 103 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 …]
|
D | libxt_tos.c | 65 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/ |
D | xt_DSCP.h | 22 __u8 tos_value; member
|
D | xt_dscp.h | 27 __u8 tos_value; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_DSCP.h | 23 __u8 tos_value; member
|
D | xt_dscp.h | 28 __u8 tos_value; member
|
/external/iproute2/include/ |
D | xtables.h | 165 uint8_t tos_value, tos_mask; member
|
/external/iptables/include/ |
D | xtables.h | 165 uint8_t tos_value, tos_mask; member
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 4157 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/ |
D | xtoptions.c | 384 cb->val.tos_value = value; in tos_parse_numeric() 422 cb->val.tos_value = symbol->value; in xtopt_parse_tosmask()
|