Home
last modified time | relevance | path

Searched defs:iface (Results 151 – 175 of 415) sorted by relevance

12345678910>>...17

/Zephyr-latest/subsys/net/l2/ethernet/
Dbridge_shell.c31 struct net_if *iface; in cmd_bridge_addif() local
79 struct net_if *iface; in cmd_bridge_delif() local
/Zephyr-latest/subsys/net/lib/config/
Dinit_clock_sntp.c24 struct net_if *iface = net_if_get_default(); in sntp_init_helper() local
/Zephyr-latest/tests/net/iface/src/
Dmain.c101 static void net_iface_init(struct net_if *iface) in net_iface_init()
196 struct net_if *iface; member
203 static void eth_fake_iface_init(struct net_if *iface) in eth_fake_iface_init()
276 static const char *iface2str(struct net_if *iface) in iface2str()
290 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
491 static void test_iface_init(struct net_if *iface, bool carrier, bool dormant) in test_iface_init()
577 static bool send_iface(struct net_if *iface, int val, bool expect_fail) in send_iface()
685 struct net_if *iface; in ZTEST() local
1159 static void foreach_ipv4_addr_check(struct net_if *iface, in foreach_ipv4_addr_check()
1187 static void foreach_ipv4_maddr_check(struct net_if *iface, in foreach_ipv4_maddr_check()
[all …]
/Zephyr-latest/subsys/net/lib/shell/
Dvirtual.c20 static void virtual_iface_cb(struct net_if *iface, void *user_data) in virtual_iface_cb()
49 static void attached_iface_cb(struct net_if *iface, void *user_data) in attached_iface_cb()
Dtcp.c33 static void get_my_ipv6_addr(struct net_if *iface, in get_my_ipv6_addr()
48 static void get_my_ipv4_addr(struct net_if *iface, in get_my_ipv4_addr()
104 struct net_if *iface = net_if_get_default(); in tcp_connect() local
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c81 struct net_if *iface = net_if_lookup_by_dev(dev); in fake_tx() local
136 static void fake_iface_init(struct net_if *iface) in fake_iface_init()
/Zephyr-latest/tests/net/offloaded_netdev/src/
Dmain.c37 static void sock_offload_l2_iface_init(struct net_if *iface) in sock_offload_l2_iface_init()
49 static void net_offload_l2_iface_init(struct net_if *iface) in net_offload_l2_iface_init()
70 static int offload_impl_enable(const struct net_if *iface, bool enabled) in offload_impl_enable()
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dmain.c38 struct net_if *iface; in join_coap_multicast_group() local
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_vsi.c34 static void nxp_s32_eth_iface_init(struct net_if *iface) in nxp_s32_eth_iface_init()
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c81 struct net_if *iface) in wifi_event_handler()
351 struct net_if *iface = esp32_wifi_iface_ap; in esp_wifi_handle_ap_connect_event() local
400 struct net_if *iface = esp32_wifi_iface_ap; in esp_wifi_handle_ap_disconnect_event() local
489 struct net_if *iface = net_if_lookup_by_dev(dev); in esp32_wifi_connect() local
845 static void esp32_wifi_init(struct net_if *iface) in esp32_wifi_init()
883 static void esp32_wifi_init_ap(struct net_if *iface) in esp32_wifi_init_ap()
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c120 uint32_t mgmt_event, struct net_if *iface) in llmnr_iface_event_handler()
268 static const uint8_t *get_ipv4_src(struct net_if *iface, struct in_addr *dst) in get_ipv4_src()
282 static const uint8_t *get_ipv6_src(struct net_if *iface, struct in6_addr *dst) in get_ipv6_src()
407 struct net_if *iface = NULL; in send_response() local
578 static void iface_ipv6_cb(struct net_if *iface, void *user_data) in iface_ipv6_cb()
601 static void iface_ipv4_cb(struct net_if *iface, void *user_data) in iface_ipv4_cb()
/Zephyr-latest/subsys/net/ip/
Dnbr.c85 int net_nbr_link(struct net_nbr *nbr, struct net_if *iface, in net_nbr_link()
161 struct net_if *iface, in net_nbr_lookup()
Droute.h56 struct net_if *iface; member
92 static inline struct net_route_entry *net_route_lookup(struct net_if *iface, in net_route_lookup()
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c139 static void net_test_iface_init(struct net_if *iface) in net_test_iface_init()
231 struct net_if *iface; in ZTEST() local
376 struct net_if *iface; in ZTEST() local
416 struct net_if *iface; in ZTEST() local
487 struct net_if *iface, *iface1, *iface2; in ZTEST() local
661 struct net_if *iface = default_iface; in ZTEST() local
798 void clear_addr4(struct net_if *iface, struct net_if_addr *addr, void *user_data) in clear_addr4()
/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c166 static void net_route_mcast_add_addresses(struct net_if *iface, in net_route_mcast_add_addresses()
191 static void net_route_mcast_iface_init1(struct net_if *iface) in net_route_mcast_iface_init1()
197 static void net_route_mcast_iface_init2(struct net_if *iface) in net_route_mcast_iface_init2()
203 static void net_route_mcast_iface_init3(struct net_if *iface) in net_route_mcast_iface_init3()
290 static struct net_pkt *setup_ipv6_udp(struct net_if *iface, in setup_ipv6_udp()
/Zephyr-latest/include/zephyr/net/
Dethernet.h612 struct net_if *iface; member
641 struct net_if *iface; member
679 struct net_if *iface; member
952 enum ethernet_hw_caps net_eth_get_hw_capabilities(struct net_if *iface) in net_eth_get_hw_capabilities()
974 int net_eth_get_hw_config(struct net_if *iface, enum ethernet_config_type type, in net_eth_get_hw_config()
999 static inline int net_eth_vlan_enable(struct net_if *iface, uint16_t tag) in net_eth_vlan_enable()
1019 static inline int net_eth_vlan_disable(struct net_if *iface, uint16_t tag) in net_eth_vlan_disable()
1042 static inline uint16_t net_eth_get_vlan_tag(struct net_if *iface) in net_eth_get_vlan_tag()
1063 struct net_if *net_eth_get_vlan_iface(struct net_if *iface, uint16_t tag) in net_eth_get_vlan_iface()
1085 struct net_if *net_eth_get_vlan_main(struct net_if *iface) in net_eth_get_vlan_main()
[all …]
Doffloaded_netdev.h77 static inline bool net_off_is_wifi_offloaded(struct net_if *iface) in net_off_is_wifi_offloaded()
Dicmp.h91 struct net_if *iface; member
236 struct net_if *iface; member
/Zephyr-latest/tests/net/dhcpv4/server/src/
Dmain.c36 struct net_if *iface; member
62 static void server_iface_init(struct net_if *iface) in server_iface_init()
321 static void lease_count_cb(struct net_if *iface, struct dhcpv4_addr_slot *lease, in lease_count_cb()
371 static void get_reserved_cb(struct net_if *iface, in get_reserved_cb()
578 static void reserved_address_cb(struct net_if *iface, in reserved_address_cb()
770 static void allocated_address_cb(struct net_if *iface, in allocated_address_cb()
855 static void declined_address_cb(struct net_if *iface, in declined_address_cb()
936 static void after_probe_address_cb(struct net_if *iface, in after_probe_address_cb()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_interface.c56 const uint8_t iface, in usbd_interface_modify()
169 const uint8_t iface, in usbd_interface_set()
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi.c344 struct net_if *iface = net_if_get_first_wifi(); in sl_si91x_host_process_data_frame() local
372 static void siwx91x_ethernet_init(struct net_if *iface) in siwx91x_ethernet_init()
383 static void siwx91x_iface_init(struct net_if *iface) in siwx91x_iface_init()
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c27 static int transport_socket_open(struct net_if *iface, struct sockaddr *addr) in transport_socket_open()
104 static int transport_udp_ipv4_open(struct net_if *iface, uint16_t port) in transport_udp_ipv4_open()
143 static int transport_udp_ipv6_open(struct net_if *iface, uint16_t port) in transport_udp_ipv6_open()
/Zephyr-latest/tests/net/socket/af_packet/src/
Dmain.c30 struct net_if *iface; member
73 static void eth_fake_iface_init(struct net_if *iface) in eth_fake_iface_init()
106 static int setup_socket(struct net_if *iface, int type, int proto) in setup_socket()
116 static int bind_socket(int sock, struct net_if *iface) in bind_socket()
133 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c103 struct net_if *iface = net_if_lookup_by_dev(dev); in get_wpa_s_handle() local
146 struct net_if *iface = net_if_lookup_by_dev(dev); in get_hostapd_handle() local
815 int hapd_process_enterprise_config(struct hostapd_iface *iface, in hapd_process_enterprise_config()
1408 struct net_if *iface = net_if_lookup_by_dev(dev); local
1573 struct net_if *iface = net_if_lookup_by_dev(dev); local
2226 struct hostapd_iface *iface; local
2311 int hapd_config_network(struct hostapd_iface *iface,
2507 struct hostapd_iface *iface; local
2567 struct hostapd_iface *iface; local
2645 struct hostapd_iface *iface; local
[all …]
/Zephyr-latest/samples/net/promiscuous_mode/src/
Dmain.c29 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
158 struct net_if *iface; in set_promisc_mode() local

12345678910>>...17