Home
last modified time | relevance | path

Searched defs:iface (Results 126 – 150 of 415) sorted by relevance

12345678910>>...17

/Zephyr-latest/tests/net/wifi/wifi_nm/src/
Dmain.c36 struct net_if *iface; member
46 static void wifi_iface_init(struct net_if *iface) in wifi_iface_init()
129 struct net_if *iface = net_if_get_first_wifi(); in request_scan() local
/Zephyr-latest/subsys/net/lib/shell/
Dppp.c140 struct net_if *iface = net_if_get_by_index(idx); in set_iface_ppp_index_buffer() local
162 struct net_if *iface = net_if_get_by_index(idx); in set_iface_ppp_index_help() local
Dresume.c18 struct net_if *iface = NULL; in cmd_net_resume() local
Dsuspend.c18 struct net_if *iface = NULL; in cmd_net_suspend() local
Dipv6.c82 static void address_lifetime_cb(struct net_if *iface, void *user_data) in address_lifetime_cb()
233 struct net_if *iface = NULL; in cmd_net_ip6_add() local
286 struct net_if *iface = NULL; in cmd_net_ip6_del() local
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c211 static void net_test_iface_init(struct net_if *iface) in net_test_iface_init()
250 static void inject_na_message(struct net_if *iface, struct in6_addr *src, in inject_na_message()
574 struct net_if *iface = TEST_NET_IF; in ipv6_setup() local
636 struct net_if *iface = TEST_NET_IF; in ipv6_teardown() local
699 struct net_if *iface; in ZTEST() local
722 struct net_if *iface; in ZTEST() local
861 struct net_if *iface; in rs_message() local
1026 struct net_if *iface; in ZTEST() local
1077 struct net_if *iface; in ZTEST() local
1137 struct net_if *iface; in ZTEST() local
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_stats.c20 static int eth_stats_get(uint32_t mgmt_request, struct net_if *iface, in eth_stats_get()
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_stats.c20 static int ppp_stats_get(uint32_t mgmt_request, struct net_if *iface, in ppp_stats_get()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp.c39 int gptp_get_port_number(struct net_if *iface) in gptp_get_port_number()
68 struct net_if *iface = GPTP_PORT_IFACE(port); in gptp_compute_clock_identity() local
90 static bool gptp_handle_critical_msg(struct net_if *iface, struct net_pkt *pkt) in gptp_handle_critical_msg()
323 static enum net_verdict net_gptp_recv(struct net_if *iface, uint16_t ptype, in net_gptp_recv()
587 static void gptp_add_port(struct net_if *iface, void *user_data) in gptp_add_port()
838 static void gptp_get_port(struct net_if *iface, void *user_data) in gptp_get_port()
877 struct net_if **iface) in gptp_get_port_data()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dnetusb.c23 struct net_if *iface; member
124 static void netusb_init(struct net_if *iface) in netusb_init()
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi_socket.h37 void siwx91x_sock_init(struct net_if *iface) in siwx91x_sock_init()
/Zephyr-latest/samples/net/common/
Dnet_sample_common.c24 struct net_if *iface) in l4_event_handler()
/Zephyr-latest/samples/net/telnet/src/
Dtelnet.c27 struct net_if *iface = net_if_get_default(); in setup_ipv6() local
/Zephyr-latest/samples/net/sockets/coap_server/src/
Devents.c16 void coap_event_handler(uint32_t mgmt_event, struct net_if *iface, in coap_event_handler()
/Zephyr-latest/samples/net/dsa/src/
Dmain.c18 static void dsa_iface_find_cb(struct net_if *iface, void *user_data) in dsa_iface_find_cb()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_radio_csma_ca.c29 static inline int unslotted_csma_ca_channel_access(struct net_if *iface) in unslotted_csma_ca_channel_access()
/Zephyr-latest/include/zephyr/net/
Dcapture.h115 static inline int net_capture_enable(const struct device *dev, struct net_if *iface) in net_capture_enable()
193 static inline int net_capture_send(const struct device *dev, struct net_if *iface, in net_capture_send()
220 static inline void net_capture_pkt(struct net_if *iface, struct net_pkt *pkt) in net_capture_pkt()
241 static inline int net_capture_pkt_with_status(struct net_if *iface, struct net_pkt *pkt) in net_capture_pkt_with_status()
Dethernet_mgmt.h222 static inline void ethernet_mgmt_raise_carrier_on_event(struct net_if *iface) in ethernet_mgmt_raise_carrier_on_event()
236 static inline void ethernet_mgmt_raise_carrier_off_event(struct net_if *iface) in ethernet_mgmt_raise_carrier_off_event()
251 static inline void ethernet_mgmt_raise_vlan_enabled_event(struct net_if *iface, in ethernet_mgmt_raise_vlan_enabled_event()
269 static inline void ethernet_mgmt_raise_vlan_disabled_event(struct net_if *iface, in ethernet_mgmt_raise_vlan_disabled_event()
Dvirtual.h152 struct net_if *iface; member
246 static inline void net_virtual_init(struct net_if *iface) in net_virtual_init()
261 static inline void net_virtual_disable(struct net_if *iface) in net_virtual_disable()
276 static inline void net_virtual_enable(struct net_if *iface) in net_virtual_enable()
292 net_virtual_get_iface_capabilities(struct net_if *iface) in net_virtual_get_iface_capabilities()
/Zephyr-latest/drivers/ethernet/
Deth_test.c67 int vnd_ethernet_vlan_setup(const struct device *dev, struct net_if *iface, uint16_t tag, in vnd_ethernet_vlan_setup()
104 void vnd_ethernet_init(struct net_if *iface) in vnd_ethernet_init()
Deth_native_tap.c60 struct net_if *iface; member
105 static struct gptp_hdr *check_gptp_msg(struct net_if *iface, in check_gptp_msg()
148 static void update_gptp(struct net_if *iface, struct net_pkt *pkt, in update_gptp()
177 #define update_gptp(iface, pkt, send) argument
238 struct net_if *iface = ctx->iface; in read_data() local
306 static void eth_iface_init(struct net_if *iface) in eth_iface_init()
486 static int vlan_setup(const struct device *dev, struct net_if *iface, in vlan_setup()
/Zephyr-latest/samples/net/ipv4_autoconf/src/
Dmain.c29 struct net_if *iface) in handler()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_ifaces.c16 static void test_iface_init(struct net_if *iface) in test_iface_init()
/Zephyr-latest/tests/net/bridge/src/
Dmain.c37 struct net_if *iface; member
43 static void eth_fake_iface_init(struct net_if *iface) in eth_fake_iface_init()
157 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
237 static void _recv_data(struct net_if *iface) in _recv_data()
/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.c277 struct modem_iface *iface) in cmd_handler_process_iface_data()
433 struct modem_iface *iface) in cmd_handler_process()
489 int modem_cmd_send_ext(struct modem_iface *iface, in modem_cmd_send_ext()
568 int modem_cmd_handler_setup_cmds(struct modem_iface *iface, in modem_cmd_handler_setup_cmds()
602 int modem_cmd_handler_setup_cmds_nolock(struct modem_iface *iface, in modem_cmd_handler_setup_cmds_nolock()

12345678910>>...17