Linux ioctl helper functions for driver wrappers.
More...
Go to the source code of this file.
|
int | linux_set_iface_flags (int sock, const char *ifname, int dev_up) |
|
int | linux_iface_up (int sock, const char *ifname) |
|
int | linux_get_ifhwaddr (int sock, const char *ifname, u8 *addr) |
|
int | linux_set_ifhwaddr (int sock, const char *ifname, const u8 *addr) |
|
int | linux_br_add (int sock, const char *brname) |
|
int | linux_br_del (int sock, const char *brname) |
|
int | linux_br_add_if (int sock, const char *brname, const char *ifname) |
|
int | linux_br_del_if (int sock, const char *brname, const char *ifname) |
|
int | linux_br_get (char *brname, const char *ifname) |
|
int | linux_master_get (char *master_ifname, const char *ifname) |
|
Linux ioctl helper functions for driver wrappers.