• Home
  • Raw
  • Download

Lines Matching refs:no_argument

105 	{"shill-ipv6",      no_argument,       NULL, 'a'},
106 {"background", no_argument, NULL, 'b'},
108 {"debug", no_argument, NULL, 'd'},
111 {"reconfigure", no_argument, NULL, 'g'},
115 {"release", no_argument, NULL, 'k'},
118 {"rebind", no_argument, NULL, 'n'},
120 {"persistent", no_argument, NULL, 'p'},
121 {"quiet", no_argument, NULL, 'q'},
128 {"exit", no_argument, NULL, 'x'},
131 {"noarp", no_argument, NULL, 'A'},
132 {"nobackground", no_argument, NULL, 'B'},
134 {"duid", no_argument, NULL, 'D'},
135 {"lastlease", no_argument, NULL, 'E'},
137 {"nogateway", no_argument, NULL, 'G'},
138 {"xidhwaddr", no_argument, NULL, 'H'},
140 {"broadcast", no_argument, NULL, 'J'},
141 {"nolink", no_argument, NULL, 'K'},
142 {"noipv4ll", no_argument, NULL, 'L'},
143 {"master", no_argument, NULL, 'M'},
145 {"unicast", no_argument, NULL, 'P'},
147 {"arpgw", no_argument, NULL, 'R'},
149 {"test", no_argument, NULL, 'T'},
150 {"dumplease", no_argument, NULL, 'U'},
151 {"variables", no_argument, NULL, 'V'},
158 {"ipv6rs", no_argument, NULL, O_IPV6RS},
159 {"noipv6rs", no_argument, NULL, O_NOIPV6RS},
160 {"ipv6ra_autoconf", no_argument, NULL, O_IPV6RA_AUTOCONF},
161 {"ipv6ra_noautoconf", no_argument, NULL, O_IPV6RA_NOAUTOCONF},
162 {"ipv6ra_fork", no_argument, NULL, O_IPV6RA_FORK},
163 {"ipv6ra_own", no_argument, NULL, O_IPV6RA_OWN},
164 {"ipv6ra_own_default", no_argument, NULL, O_IPV6RA_OWN_D},
165 {"ipv6ra_accept_nopublic", no_argument, NULL, O_IPV6RA_ACCEPT_NOPUBLIC},
166 {"ipv4only", no_argument, NULL, '4'},
167 {"ipv6only", no_argument, NULL, '6'},
168 {"ipv4", no_argument, NULL, O_IPV4},
169 {"noipv4", no_argument, NULL, O_NOIPV4},
170 {"ipv6", no_argument, NULL, O_IPV6},
171 {"noipv6", no_argument, NULL, O_NOIPV6},
172 {"noalias", no_argument, NULL, O_NOALIAS},
174 {"ia_na", no_argument, NULL, O_IA_NA},
175 {"ia_ta", no_argument, NULL, O_IA_TA},
176 {"ia_pd", no_argument, NULL, O_IA_PD},
177 {"hostname_short", no_argument, NULL, O_HOSTNAME_SHORT},
179 {"nodev", no_argument, NULL, O_NODEV},
188 {"noauthrequired", no_argument, NULL, O_AUTHNOTREQUIRED},
189 {"dhcp", no_argument, NULL, O_DHCP},
190 {"nodhcp", no_argument, NULL, O_NODHCP},
191 {"dhcp6", no_argument, NULL, O_DHCP6},
192 {"nodhcp6", no_argument, NULL, O_NODHCP6},
195 {"gateway", no_argument, NULL, O_GATEWAY},
196 {"ia_pd_mix", no_argument, NULL, O_PFXDLGMIX},
198 {"bootp", no_argument, NULL, O_BOOTP},