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

  /external/iptables/extensions/
libipt_TOS.c 11 struct tosinfo { struct
92 struct ipt_tos_target_info *tosinfo local
100 parse_tos(optarg, tosinfo);
140 const struct ipt_tos_target_info *tosinfo = local
143 print_tos(tosinfo->tos, numeric);
150 const struct ipt_tos_target_info *tosinfo = local
153 printf("--set-tos 0x%02x ", tosinfo->tos);
libipt_2tos.c 83 struct ipt_tos_info *tosinfo = (struct ipt_tos_info *)(*match)->data; local
93 parse_tos(argv[optind-1], tosinfo);
95 tosinfo->invert = 1;

Completed in 21 milliseconds