Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/hostapd/
H A D0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch77 * @net_if: Selected network interface name
84 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
90 @@ -920,6 +937,19 @@ int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
96 + os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
108 os_strlcpy(req.ifr_name, net_if, sizeof(req.ifr_name));
110 … -1026,11 +1056,15 @@ static int upnp_wps_device_start(struct upnp_wps_device_sm *sm, char *net_if)
113 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
117 "for %s. Does it have IP address?", net_if);
142 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dnet-add-if.rst20 ``int ioctl(int fd, NET_ADD_IF, struct dvb_net_if *net_if)``
28 ``net_if``
H A Dnet-get-if.rst20 ``int ioctl(int fd, NET_GET_IF, struct dvb_net_if *net_if)``
28 ``net_if``
H A Dnet-remove-if.rst28 ``net_if``
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi_internal.h555 const char *net_if; member