Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difupdown.c164 struct method_t { struct
173 const struct method_t *method; argument
196 const struct method_t *method;
535 static const struct method_t methods6[] = {
777 static const struct method_t methods[] = {
800 static const struct method_t link_methods[] = {
850 static const struct method_t *get_method(const struct address_family_t *af, char *name) in get_method()