Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif.c2044 char ifrtlabelbuf[RTLABEL_LEN]; in ifioctl() local
2275 error = copyinstr(ifr->ifr_data, ifrtlabelbuf, in ifioctl()
2279 ifp->if_rtlabelid = rtlabel_name2id(ifrtlabelbuf); in ifioctl()
2499 char ifrtlabelbuf[RTLABEL_LEN]; in ifioctl_get() local
2577 ifrtlabelbuf, RTLABEL_LEN) != NULL) { in ifioctl_get()
2578 error = copyoutstr(ifrtlabelbuf, ifr->ifr_data, in ifioctl_get()