Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_common.h35 int ifname_linux_to_bsd(struct thread *, const char *, char *);
H A Dlinux.c416 ifname_linux_to_bsd(struct thread *td, const char *lxname, char *bsdname) in ifname_linux_to_bsd() function
H A Dlinux_ioctl.c2321 error = ifname_linux_to_bsd(td, lifr.ifr_name, bifr.ifr_name); in linux_ioctl_socket_ifreq()