HomeSort by relevance Sort by last modified time
    Searched refs:tos_value (Results 1 - 6 of 6) sorted by null

  /external/iptables/include/linux/netfilter/
xt_DSCP.h 22 __u8 tos_value; member in struct:xt_tos_target_info
xt_dscp.h 27 __u8 tos_value; member in struct:xt_tos_match_info
  /external/iptables/extensions/
libxt_TOS.c 103 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 == info->tos_mask
    [all...]
libxt_tos.c 65 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/
xtables.h 164 uint8_t tos_value, tos_mask; member in struct:xt_option_call::__anon9334::__anon9336
  /external/iptables/iptables/
xtoptions.c 380 cb->val.tos_value = value;
418 cb->val.tos_value = symbol->value;

Completed in 621 milliseconds