Searched refs:LNAME (Results 1 - 2 of 2) sorted by relevance
/external/iptables/extensions/ |
H A D | libip6t_dst.c | 16 #define LNAME "hbh" macro 19 #define LNAME "dst" macro 28 " --" LNAME "-len [!] length total length of this header\n" 29 " --" LNAME "-opts TYPE[:LEN][,TYPE[:LEN]...] \n" 35 { .name = LNAME "-len", .has_arg = 1, .flag = 0, .val = '1' }, 36 { .name = LNAME "-opts", .has_arg = 1, .flag = 0, .val = '2' }, 37 { .name = LNAME "-not-strict", .has_arg = 1, .flag = 0, .val = '3' }, 145 "Only one `--" LNAME "-len' allowed"); 156 "Only one `--" LNAME "-opts' allowed"); 160 " '!' not allowed with `--" LNAME " [all...] |
H A D | libip6t_hbh.c | 18 #define LNAME (HOPBYHOP ? "hbh" : "dst") macro 29 UNAME , IPTABLES_VERSION, LNAME, LNAME, IP6T_OPTS_OPTSNR); 144 "Only one `--%s-len' allowed", LNAME); 155 "Only one `--%s-opts' allowed", LNAME); 159 " '!' not allowed with `--%s-opts'", LNAME); 167 "Only one `--%s-not-strict' allowed", LNAME); 170 "`--%s-opts ...' required before `--%s-not-strict'", LNAME, LNAME); 208 printf("%s ", LNAME); [all...] |
Completed in 194 milliseconds