Searched refs:tos_mask (Results 1 – 9 of 9) sorted by relevance
/external/iptables/extensions/ |
D | libxt_TOS.c | 99 if (cb->val.tos_mask != 0xFF) in tos_tg_parse_v0() 114 info->tos_mask = cb->val.tos_mask; in tos_tg_parse() 118 info->tos_mask = ~cb->val.u8; in tos_tg_parse() 122 info->tos_mask = cb->val.u8; in tos_tg_parse() 126 info->tos_mask = 0; 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() 162 (unsigned int)(uint8_t)~info->tos_mask); in tos_tg_print() 163 else if (info->tos_value == info->tos_mask) in tos_tg_print() 165 else if (info->tos_mask == 0) in tos_tg_print() [all …]
|
D | libxt_tos.c | 61 if (cb->val.tos_mask != 0xFF) in tos_mt_parse_v0() 76 info->tos_mask = cb->val.tos_mask; 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 | 23 __u8 tos_mask; member
|
D | xt_dscp.h | 26 __u8 tos_mask; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_DSCP.h | 24 __u8 tos_mask; member
|
D | xt_dscp.h | 27 __u8 tos_mask; member
|
/external/iproute2/include/ |
D | xtables.h | 165 uint8_t tos_value, tos_mask; member
|
/external/iptables/libxtables/ |
D | xtoptions.c | 385 cb->val.tos_mask = max; in tos_parse_numeric() 393 cb->val.tos_mask = value; in tos_parse_numeric() 419 cb->val.tos_mask = cb->entry->max; in xtopt_parse_tosmask()
|
/external/iptables/include/ |
D | xtables.h | 165 uint8_t tos_value, tos_mask; member
|