/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/netif/ |
H A D | ifaddrs.h | 17 #define SIOCETHTOOL _IOW('i', 56, struct ifreq) 24 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */ 25 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */ 26 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq) /* get ifnet address */ 27 #define SIOCSIFADDR _IOW('i', 12, struct ifreq) /* set ifnet address */ 29 #define SIOCDIFADDR _IOW('i', 25, struct ifreq) /* delete IF addr */ 31 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) /* get net addr mask */ 32 #define SIOCSIFNETMASK _IOW('i', 22, struct ifreq) /* set net addr mask */ 33 #define SIOCSIFHWADDR _IOW('i', 140, struct ifreq) /* set IF name */ 34 #define SIOCGIFHWADDR _IOW('i', 141, struct ifreq) /* se 100 struct ifreq { global() struct [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/net/ |
H A D | if.h | 201 struct ifreq { struct 247 struct ifreq *ifcu_req;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | sockets_priv.h | 61 #define LWIP_SETGETSOCKOPT_MAXOPTLEN LWIP_MAX(16, sizeof(struct ifreq))
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | rtltool.h | 83 int rtl8168_tool_ioctl(struct rtl8168_private *tp, struct ifreq *ifr);
|
H A D | r8168_realwow.h | 113 int rtl8168_realwow_ioctl(struct net_device *dev, struct ifreq *ifr);
|
H A D | r8168_dash.h | 249 int rtl8168_dash_ioctl(struct net_device *dev, struct ifreq *ifr);
|
H A D | rtltool.c | 47 int rtl8168_tool_ioctl(struct rtl8168_private *tp, struct ifreq *ifr) in rtl8168_tool_ioctl()
|
H A D | r8168_asf.h | 280 int rtl8168_asf_ioctl(struct net_device *dev, struct ifreq *ifr);
|
H A D | r8168_asf.c | 58 struct ifreq *ifr) in rtl8168_asf_ioctl()
|
H A D | r8168_n.c | 902 static inline struct mii_ioctl_data *if_mii(struct ifreq *rq) in if_mii() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgp2p.c | 74 static int wl_cfgp2p_do_ioctl(struct net_device *net, struct ifreq *ifr, int cmd); 459 wl_p2p_if_t ifreq; in wl_cfgp2p_ifadd() local 463 ifreq.type = if_type; in wl_cfgp2p_ifadd() 464 ifreq.chspec = chspec; in wl_cfgp2p_ifadd() 465 memcpy(ifreq.addr.octet, mac->octet, sizeof(ifreq.addr.octet)); in wl_cfgp2p_ifadd() 468 MAC2STRDBG(ifreq.addr.octet), in wl_cfgp2p_ifadd() 472 err = wldev_iovar_setbuf(ndev, "p2p_ifadd", &ifreq, sizeof(ifreq), in wl_cfgp2p_ifadd() 549 wl_p2p_if_t ifreq; in wl_cfgp2p_ifchange() local [all...] |
H A D | wl_iw.h | 130 extern int wl_iw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
H A D | wl_android.h | 118 int wl_android_priv_cmd(struct net_device *net, struct ifreq *ifr);
|
H A D | wl_android_ext.c | 2054 wl_p2p_if_t ifreq; in wl_ext_iapsta_intf_add() local 2065 bzero(&ifreq, sizeof(wl_p2p_if_t)); in wl_ext_iapsta_intf_add() 2066 ifreq.type = htod32(WL_P2P_IF_GO); in wl_ext_iapsta_intf_add() 2069 wl_ext_iovar_setbuf(dev, "p2p_ifadd", &ifreq, sizeof(ifreq), in wl_ext_iapsta_intf_add()
|
H A D | wl_iw.c | 290 struct ifreq ifr; in dev_wlc_ioctl() 3392 struct ifreq *rq, in wl_iw_ioctl()
|
H A D | dhd_linux.c | 6175 dhd_monitor_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in dhd_monitor_ioctl() 6449 dhd_ioctl_entry(struct net_device *net, struct ifreq *ifr, int cmd) in dhd_ioctl_entry() 6709 dhd_ioctl_entry_wrapper(struct net_device *net, struct ifreq *ifr, int cmd) in dhd_ioctl_entry_wrapper() 22396 struct ifreq ifr;
|
H A D | wl_android.c | 4902 int wl_android_priv_cmd(struct net_device *net, struct ifreq *ifr) in wl_android_priv_cmd()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ethtool.h | 126 s32_t dev_ethtool(struct netif *netif, struct ifreq *ifr);
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | net_bdh_adpater.c | 360 struct ifreq dhd_req = {0}; in hdf_bdh6_netdev_ioctl()
|