Lines Matching refs:method
173 const struct method_t *method; member
196 const struct method_t *method; member
858 if (strcmp(af->method[i].name, name) == 0) { in get_method()
859 return &af->method[i]; in get_method()
980 currif->method = get_method(currif->address_family, method_name); in read_interfaces()
981 if (!currif->method) in read_interfaces()
1146 *pp++ = setlocalenv("%s=%s", "METHOD", iface->method->name); in set_environ()
1213 if (!iface->method->up(iface, check)) return -1; in iface_up()
1216 if (!iface->method->up(iface, doit)) return 0; in iface_up()
1224 if (!iface->method->down(iface, check)) return -1; in iface_down()
1227 if (!iface->method->down(iface, doit)) return 0; in iface_down()