Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ldpd/
H A Dconffile.c105 struct intf_func intf_commands[] = { variable
424 for (i = 0; intf_commands[i].func != NULL; i++) in Ginterface()
425 if (strncasecmp(buf, intf_commands[i].com, in Ginterface()
426 strlen(intf_commands[i].com)) == 0) in Ginterface()
427 return intf_commands[i].func(conf_if, buf + in Ginterface()
428 strlen(intf_commands[i].com) + 1); in Ginterface()