Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/common/
Dlinux_socket.c120 int linux_getifname(struct lwp *, register_t *, void *);
1138 linux_getifname(struct lwp *l, register_t *retval, void *data) in linux_getifname() function
1430 error = linux_getifname(l, retval, SCARG(uap, data)); in linux_ioctl_socket()