Searched refs:tos_value (Results 1 – 9 of 9) 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/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_DSCP.h | 22 __u8 tos_value; member
|
D | xt_dscp.h | 27 __u8 tos_value; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_DSCP.h | 22 __u8 tos_value; member
|
D | xt_dscp.h | 27 __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/iptables/libxtables/ |
D | xtoptions.c | 380 cb->val.tos_value = value; in tos_parse_numeric() 418 cb->val.tos_value = symbol->value; in xtopt_parse_tosmask()
|