Lines Matching refs:k_word
150 , {.k_word = "down", .k_type = KW_T_INT, .k_int = -IFF_UP}
151 , {.k_word = "up", .k_type = KW_T_INT, .k_int = IFF_UP}
204 {.k_word = "alias", .k_key = "alias", .k_deact = "alias",
208 , {.k_word = "broadcast", .k_nextparser = &parse_broadcast.pa_parser}
209 , {.k_word = "delete", .k_key = "alias", .k_deact = "alias",
212 , {.k_word = "metric", .k_nextparser = &parse_metric.pi_parser}
213 , {.k_word = "mtu", .k_nextparser = &parse_mtu.pi_parser}
214 , {.k_word = "netmask", .k_nextparser = &parse_netmask.pa_parser}
215 , {.k_word = "preference", .k_act = "address",
217 , {.k_word = "prefixlen", .k_nextparser = &parse_prefixlen.pi_parser}
218 , {.k_word = "trailers", .k_neg = true,
220 , {.k_word = "linkstr", .k_nextparser = &parse_linkstr.ps_parser }
221 , {.k_word = "-linkstr", .k_exec = unsetlinkstr,
223 , {.k_word = "descr", .k_nextparser = &parse_descr.ps_parser}
224 , {.k_word = "description", .k_nextparser = &parse_descr.ps_parser}
225 , {.k_word = "-descr", .k_exec = unsetifdescr,
227 , {.k_word = "-description", .k_exec = unsetifdescr,
233 {.k_word = "create", .k_type = KW_T_INT, .k_int = SIOCIFCREATE,
235 {.k_word = "destroy", .k_type = KW_T_INT, .k_int = SIOCIFDESTROY}
828 kw.k_word = afp->af_name;
831 if (familykw[i].k_word == NULL) {