/Zephyr-latest/tests/net/wifi/wifi_nm/src/ |
D | main.c | 36 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/ |
D | ppp.c | 140 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
|
D | resume.c | 18 struct net_if *iface = NULL; in cmd_net_resume() local
|
D | suspend.c | 18 struct net_if *iface = NULL; in cmd_net_suspend() local
|
D | ipv6.c | 82 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/ |
D | main.c | 211 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/ |
D | ethernet_stats.c | 20 static int eth_stats_get(uint32_t mgmt_request, struct net_if *iface, in eth_stats_get()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_stats.c | 20 static int ppp_stats_get(uint32_t mgmt_request, struct net_if *iface, in ppp_stats_get()
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp.c | 39 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/ |
D | netusb.c | 23 struct net_if *iface; member 124 static void netusb_init(struct net_if *iface) in netusb_init()
|
/Zephyr-latest/drivers/wifi/siwx91x/ |
D | siwx91x_wifi_socket.h | 37 void siwx91x_sock_init(struct net_if *iface) in siwx91x_sock_init()
|
/Zephyr-latest/samples/net/common/ |
D | net_sample_common.c | 24 struct net_if *iface) in l4_event_handler()
|
/Zephyr-latest/samples/net/telnet/src/ |
D | telnet.c | 27 struct net_if *iface = net_if_get_default(); in setup_ipv6() local
|
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | events.c | 16 void coap_event_handler(uint32_t mgmt_event, struct net_if *iface, in coap_event_handler()
|
/Zephyr-latest/samples/net/dsa/src/ |
D | main.c | 18 static void dsa_iface_find_cb(struct net_if *iface, void *user_data) in dsa_iface_find_cb()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_radio_csma_ca.c | 29 static inline int unslotted_csma_ca_channel_access(struct net_if *iface) in unslotted_csma_ca_channel_access()
|
/Zephyr-latest/include/zephyr/net/ |
D | capture.h | 115 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()
|
D | ethernet_mgmt.h | 222 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()
|
D | virtual.h | 152 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/ |
D | eth_test.c | 67 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()
|
D | eth_native_tap.c | 60 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/ |
D | main.c | 29 struct net_if *iface) in handler()
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | test_ifaces.c | 16 static void test_iface_init(struct net_if *iface) in test_iface_init()
|
/Zephyr-latest/tests/net/bridge/src/ |
D | main.c | 37 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/ |
D | modem_cmd_handler.c | 277 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()
|