Home
last modified time | relevance | path

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

/freebsd/contrib/wireguard-tools/
H A Dipc.h14 int ipc_get_device(struct wgdevice **dev, const char *interface);
H A Dipc.c78 int ipc_get_device(struct wgdevice **dev, const char *iface) in ipc_get_device() function
H A Dshowconf.c35 if (ipc_get_device(&device, argv[1])) { in showconf_main()
H A Dsetconf.c43 if (ipc_get_device(&runtime, file->name) != 0) { in sync_conf()
H A Dshow.c402 if (ipc_get_device(&device, interface) < 0) { in show_main()
442 if (ipc_get_device(&device, argv[1]) < 0) { in show_main()