Home
last modified time | relevance | path

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

/dragonfly/sbin/ifconfig/
H A Difwg.c64 strlcpy(wg_data.wgd_name, IfName, sizeof(wg_data.wgd_name)); in wg_data_init()
100 err(1, "%s: SIOCSWG", wg_data.wgd_name); in wg_callback()
356 strlcpy(wg_data.wgd_name, IfName, sizeof(wg_data.wgd_name)); in wg_status()
364 err(1, "%s: SIOCGWG", wg_data.wgd_name); in wg_status()
/dragonfly/sys/net/wg/
H A Dif_wg.h102 char wgd_name[IFNAMSIZ]; member