Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_wg.h81 char p_description[IFDESCRSIZE];
Dpipex.h157 char pdr_descr[IFDESCRSIZE]; /* description */
Dif_var.h185 char if_description[IFDESCRSIZE]; /* [c] interface description */
Dif.c2042 char ifdescrbuf[IFDESCRSIZE]; in ifioctl()
2264 IFDESCRSIZE, &bytesdone); in ifioctl()
2266 (void)memset(ifp->if_description, 0, IFDESCRSIZE); in ifioctl()
2267 strlcpy(ifp->if_description, ifdescrbuf, IFDESCRSIZE); in ifioctl()
2566 char ifdescrbuf[IFDESCRSIZE]; in ifioctl_get()
2568 strlcpy(ifdescrbuf, ifp->if_description, IFDESCRSIZE); in ifioctl_get()
2571 error = copyoutstr(ifdescrbuf, ifr->ifr_data, IFDESCRSIZE, in ifioctl_get()
Dif.h192 #define IFDESCRSIZE 64 macro
Dif_pppx.c787 (void)memset(pxi->pxi_if.if_description, 0, IFDESCRSIZE); in pppx_set_session_descr()
788 strlcpy(pxi->pxi_if.if_description, req->pdr_descr, IFDESCRSIZE); in pppx_set_session_descr()
Dif_wg.c235 char p_description[IFDESCRSIZE];
422 strlcpy(peer->p_description, "", IFDESCRSIZE); in wg_peer_create()
2426 IFDESCRSIZE); in wg_ioctl_set()
2538 strlcpy(peer_o.p_description, peer->p_description, IFDESCRSIZE); in wg_ioctl_get()
/openbsd/src/usr.bin/systat/
Dif.c40 char ifs_description[IFDESCRSIZE];
285 char ifdescr[IFDESCRSIZE]; in fetchifstat()
/openbsd/src/regress/sbin/ifconfig/
Difaddr.c1093 char ifdescr[IFDESCRSIZE]; in status()
/openbsd/src/sbin/ifconfig/
Difconfig.c3299 char ifdescr[IFDESCRSIZE]; in status()
5787 strlcpy(wg_peer->p_description, descr, IFDESCRSIZE); in setwgpeerdesc()
5899 strlcpy(wg_peer->p_description, "", IFDESCRSIZE); in unsetwgpeerdesc()