Home | History | Annotate | Download | only in extensions

Lines Matching refs:tos

2  * Shared library add-on to iptables to add tos match support
19 uint8_t tos;
28 {.name = "tos", .id = O_TOS, .type = XTTYPE_TOSMASK,
34 {.name = "tos", .id = O_TOS, .type = XTTYPE_TOSMASK,
44 "tos match options:\n"
45 "[!] --tos value[/mask] Match Type of Service/Priority field value\n"
46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
62 xtables_error(PARAMETER_PROBLEM, "tos: Your kernel is "
65 info->tos = cb->val.tos_value;
86 printf(" tos match ");
89 if (numeric || !tos_try_print_symbolic("", info->tos, 0x3F))
90 printf("0x%02x", info->tos);
98 printf(" tos match");
112 printf(" --tos 0x%02x", info->tos);
121 printf(" --tos 0x%02x/0x%02x", info->tos_value, info->tos_mask);
127 .name = "tos",
140 .name = "tos",