/kernel/linux/linux-5.10/drivers/net/wan/lmc/ |
H A D | lmc_proto.h | 8 int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd);
|
H A D | lmc.h | 22 int lmc_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/asix/ |
H A D | ax88796c_ioctl.h | 24 int ax88796c_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | if_nametoindex.c | 10 struct ifreq ifr; in if_nametoindex()
|
H A D | if_indextoname.c | 11 struct ifreq ifr; in if_indextoname()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_main.c | 264 static int aq_ndev_hwtstamp_set(struct aq_nic_s *aq_nic, struct ifreq *ifr) in aq_ndev_hwtstamp_set() 287 static int aq_ndev_hwtstamp_get(struct aq_nic_s *aq_nic, struct ifreq *ifr) in aq_ndev_hwtstamp_get() 300 static int aq_ndev_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in aq_ndev_ioctl()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired_common.c | 35 struct ifreq ifr; in driver_wired_get_ifflags() 60 struct ifreq ifr; in driver_wired_set_ifflags() 85 struct ifreq ifr; in driver_wired_multi()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired_common.c | 35 struct ifreq ifr; in driver_wired_get_ifflags() 60 struct ifreq ifr; in driver_wired_set_ifflags() 85 struct ifreq ifr; in driver_wired_multi()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dsa.h | 102 int (*ndo_do_ioctl)(struct net_device *dev, struct ifreq *ifr, 624 struct ifreq *ifr); 626 struct ifreq *ifr); 784 static inline int dsa_ndo_do_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_do_ioctl() 799 static inline int dsa_ndo_do_ioctl(struct net_device *dev, struct ifreq *ifr, in dsa_ndo_do_ioctl()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_function.cpp | 153 struct ifreq iface; in GetLocalInterface() 265 struct ifreq ifr; in SetIpOrMask() 267 if (memset_s(&ifr, sizeof(struct ifreq), 0, sizeof(struct ifreq)) != EOK) { in SetIpOrMask()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.h | 342 int ionic_lif_hwstamp_set(struct ionic_lif *lif, struct ifreq *ifr); 343 int ionic_lif_hwstamp_get(struct ionic_lif *lif, struct ifreq *ifr); 353 static inline int ionic_lif_hwstamp_set(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_set() 358 static inline int ionic_lif_hwstamp_get(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_get()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-sockets.c | 411 struct ifreq i; in lws_plat_ifname_to_hwaddr() 473 struct ifreq ifr; in lws_plat_if_up() 505 struct ifreq i; in lws_plat_BINDTODEVICE() 529 struct ifreq ifr; in lws_plat_ifconfig()
|
/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);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ptp.h | 17 int qede_ptp_hw_ts(struct qede_dev *edev, struct ifreq *req);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | osdep_intf.h | 24 int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
|
H A D | rtw_android.h | 49 int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ptp.h | 17 int qede_ptp_hw_ts(struct qede_dev *edev, struct ifreq *req);
|
/third_party/musl/src/network/ |
H A D | if_indextoname.c | 11 struct ifreq ifr; in if_indextoname()
|
H A D | if_nametoindex.c | 10 struct ifreq ifr; in if_nametoindex()
|
/third_party/toybox/toys/net/ |
H A D | tunctl.c | 40 struct ifreq *ifr = (void *)toybuf; in tunctl_main()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | net_tstamp.h | 19 * @ifr: pointer to ifreq structure from the original ioctl request, to pass to 34 struct ifreq *ifr;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_ifconfig.c | 22 struct ifreq ifr; in ifconfig_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_ifconfig.c | 22 struct ifreq ifr; in ifconfig_helper()
|
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 1092 struct ifreq ifr[5]; in HWTEST_F() 1096 ifc.ifc_len = 5 * sizeof(struct ifreq); in HWTEST_F() 1100 int ifrCount = ifc.ifc_len / sizeof(struct ifreq); in HWTEST_F() 1120 struct ifreq ifr = {0}; in HWTEST_F() 1171 struct ifreq ifr[5]; in HWTEST_F() 1175 ifc.ifc_len = 5 * sizeof(struct ifreq); in HWTEST_F() 1180 struct ifreq ifrTmp = {0}; in HWTEST_F() 1183 int ifrCount = ifc.ifc_len / sizeof(struct ifreq); in HWTEST_F() 1189 memRet = memset_s(&ifrTmp, sizeof(struct ifreq), 0, sizeof(struct ifreq)); in HWTEST_F() [all...] |
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | mock_netsys_native_client.h | 411 int32_t EnableVirtualNetIfaceCard(int32_t socketFd, struct ifreq &ifRequest, int32_t &ifaceFd); 422 int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen, struct ifreq &ifRequest);
|