Searched refs:p_description (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/net/ |
H A D | if_wg.h | 81 char p_description[IFDESCRSIZE]; member
|
H A D | if_wg.c | 235 char p_description[IFDESCRSIZE]; member 422 strlcpy(peer->p_description, "", IFDESCRSIZE); in wg_peer_create() 2425 strlcpy(peer->p_description, peer_o.p_description, in wg_ioctl_set() 2538 strlcpy(peer_o.p_description, peer->p_description, IFDESCRSIZE); in wg_ioctl_get()
|
/openbsd/sbin/ifconfig/ |
H A D | ifconfig.c | 5787 strlcpy(wg_peer->p_description, descr, IFDESCRSIZE); in setwgpeerdesc() 5899 strlcpy(wg_peer->p_description, "", IFDESCRSIZE); in unsetwgpeerdesc() 5972 if (strlen(wg_peer->p_description)) in wg_status() 5974 wg_peer->p_description); in wg_status()
|