Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Difupdown.c958 char *method_name; in read_interfaces() local
963 method_name = next_word(&rest_of_line); in read_interfaces()
965 if (method_name == NULL) in read_interfaces()
980 currif->method = get_method(currif->address_family, method_name); in read_interfaces()
982 bb_error_msg_and_die("unknown method \"%s\"", method_name); in read_interfaces()
1008 debug_noise("iface %s %s %s\n", currif->iface, address_family_name, method_name); in read_interfaces()