Searched refs:fetch_int (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/libbridge/
H A Dlibbridge_devif.c110 static int fetch_int(struct sysfs_directory *sdir, const char *name) function
221 info->root_path_cost = fetch_int(sdir, "root_path_cost");
235 info->root_port = fetch_int(sdir, "root_port");
236 info->stp_enabled = fetch_int(sdir, "stp_state");
237 info->topology_change = fetch_int(sdir, "topology_change");
238 info->topology_change_detected = fetch_int(sdir, "topology_change_detected");
308 info->port_no = fetch_int(sdir, "port_no");
309 info->port_id = fetch_int(sdir, "port_id");
310 info->designated_port = fetch_int(sdir, "designated_port");
311 info->path_cost = fetch_int(sdi
[all...]

Completed in 23 milliseconds