HomeSort by: relevance | last modified time | path
    Searched defs:linkstr (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
ifconfig.c 220 , {.k_word = "linkstr", .k_nextparser = &parse_linkstr.ps_parser }
221 , {.k_word = "-linkstr", .k_exec = unsetlinkstr,
267 struct pstr parse_linkstr = PSTR_INITIALIZER(&parse_linkstr, "linkstr",
268 setlinkstr, "linkstr", &command_root.pb_parser);
1349 /* interface supports linkstr? */
1355 err(EXIT_FAILURE, "malloc linkstr buf failed");
1359 err(EXIT_FAILURE, "failed to query linkstr");
1445 char *linkstr; local in function:setlinkstr
1447 data = (prop_data_t)prop_dictionary_get(env, "linkstr");
1454 linkstr = malloc(linkstrlen)
    [all...]
ifconfig.c 220 , {.k_word = "linkstr", .k_nextparser = &parse_linkstr.ps_parser }
221 , {.k_word = "-linkstr", .k_exec = unsetlinkstr,
267 struct pstr parse_linkstr = PSTR_INITIALIZER(&parse_linkstr, "linkstr",
268 setlinkstr, "linkstr", &command_root.pb_parser);
1349 /* interface supports linkstr? */
1355 err(EXIT_FAILURE, "malloc linkstr buf failed");
1359 err(EXIT_FAILURE, "failed to query linkstr");
1445 char *linkstr; local in function:setlinkstr
1447 data = (prop_data_t)prop_dictionary_get(env, "linkstr");
1454 linkstr = malloc(linkstrlen)
    [all...]

Completed in 27 milliseconds