Lines Matching refs:HL
26 "HL target v%s options\n"
27 " --hl-set value Set HL to <value 0-255>\n"
28 " --hl-dec value Decrement HL by <value 1-255>\n"
29 " --hl-inc value Increment HL by <value 1-255>\n"
42 "Can't specify HL option twice");
47 "HL: You must specify a value");
51 "HL: unexpected `!'");
55 "HL: Expected value between 0 and 255");
66 "HL: decreasing by 0?");
75 "HL: increasing by 0?");
96 "HL: You must specify an action");
107 printf("--hl-set ");
110 printf("--hl-dec ");
114 printf("--hl-inc ");
126 printf("HL ");
142 { "hl-set", 1, 0, '1' },
143 { "hl-dec", 1, 0, '2' },
144 { "hl-inc", 1, 0, '3' },
149 struct ip6tables_target HL = { NULL,
150 .name = "HL",
165 register_target6(&HL);