Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_wg.h81 char p_description[IFDESCRSIZE]; member
H A Dif_wg.c235 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 Difconfig.c5787 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()