Home
last modified time | relevance | path

Searched defs:iface (Results 101 – 125 of 415) sorted by relevance

12345678910>>...17

/Zephyr-latest/subsys/net/l2/virtual/
Dvirtual_mgmt.c17 struct net_if *iface, in virtual_interface_set_config()
81 struct net_if *iface, in virtual_interface_get_config()
/Zephyr-latest/include/zephyr/net/
Dmld.h67 net_ipv6_mld_leave(struct net_if *iface, const struct in6_addr *addr) in net_ipv6_mld_leave()
Dnet_stats.h926 #define NET_STATS_PROMETHEUS_IPV6(iface, dev_id, sfx) \ argument
956 #define NET_STATS_PROMETHEUS_IPV6(iface, dev_id, sfx) argument
961 #define NET_STATS_PROMETHEUS_IPV4(iface, dev_id, sfx) \ argument
991 #define NET_STATS_PROMETHEUS_IPV4(iface, dev_id, sfx) argument
996 #define NET_STATS_PROMETHEUS_ICMP(iface, dev_id, sfx) \ argument
1033 #define NET_STATS_PROMETHEUS_ICMP(iface, dev_id, sfx) argument
1038 #define NET_STATS_PROMETHEUS_UDP(iface, dev_id, sfx) \ argument
1068 #define NET_STATS_PROMETHEUS_UDP(iface, dev_id, sfx) argument
1073 #define NET_STATS_PROMETHEUS_TCP(iface, dev_id, sfx) \ argument
1166 #define NET_STATS_PROMETHEUS_TCP(iface, dev_id, sfx) argument
[all …]
/Zephyr-latest/subsys/net/l2/offloaded_netdev/
Doffloaded_netdev.c11 static inline int offloaded_netdev_if_enable(struct net_if *iface, bool state) in offloaded_netdev_if_enable()
/Zephyr-latest/samples/net/dsa/src/
Ddsa_lldp.c36 enum net_verdict dsa_ll_addr_switch_cb(struct net_if *iface, struct net_pkt *pkt) in dsa_ll_addr_switch_cb()
57 int start_slave_port_packet_socket(struct net_if *iface, struct instance_data *pd) in start_slave_port_packet_socket()
97 static int dsa_lldp_send(struct net_if *iface, struct instance_data *pd, uint16_t lan, int src_port, in dsa_lldp_send()
215 static int dsa_lldp_recv(struct net_if *iface, struct instance_data *pd, uint16_t *lan, in dsa_lldp_recv()
/Zephyr-latest/tests/net/mld/src/
Dmain.c124 static void net_test_iface_init(struct net_if *iface) in net_test_iface_init()
187 static void init_null_iface(struct net_if *iface) in init_null_iface()
241 uint32_t nm_event, struct net_if *iface) in group_joined()
257 uint32_t nm_event, struct net_if *iface) in group_left()
426 static void send_query(struct net_if *iface) in send_query()
500 struct net_if *iface; in join_mldv2_capable_routers_group() local
517 struct net_if *iface; in leave_mldv2_capable_routers_group() local
626 struct net_if *iface = NULL; in ZTEST() local
670 struct net_if *iface = NULL; in verify_allnodes_on_iface_event() local
719 struct net_if *iface = NULL; in ZTEST() local
[all …]
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.h82 const uint8_t iface, in usbd_get_alt_value()
104 const uint8_t iface, in usbd_set_alt_value()
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c191 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
256 struct net_if *iface, in nbr_lookup()
303 bool net_ipv6_nbr_rm(struct net_if *iface, struct in6_addr *addr) in net_ipv6_nbr_rm()
407 static void nbr_init(struct net_nbr *nbr, struct net_if *iface, in nbr_init()
426 static struct net_nbr *nbr_new(struct net_if *iface, in nbr_new()
552 static struct net_nbr *add_nbr(struct net_if *iface, in add_nbr()
582 struct net_nbr *net_ipv6_nbr_add(struct net_if *iface, in net_ipv6_nbr_add()
667 struct in6_addr *net_ipv6_nbr_lookup_by_index(struct net_if *iface, in net_ipv6_nbr_lookup_by_index()
706 int net_ipv6_start_dad(struct net_if *iface, struct net_if_addr *ifaddr) in net_ipv6_start_dad()
712 static inline bool dad_failed(struct net_if *iface, struct in6_addr *addr) in dad_failed()
[all …]
Dnet_core.c433 static void net_rx(struct net_if *iface, struct net_pkt *pkt) in net_rx()
467 static void net_queue_rx(struct net_if *iface, struct net_pkt *pkt) in net_queue_rx()
498 int net_recv_data(struct net_if *iface, struct net_pkt *pkt) in net_recv_data()
579 int net_recv_data(struct net_if *iface, struct net_pkt *pkt) in net_recv_data()
Dipv6_mld.c46 struct net_if *iface; member
179 int net_ipv6_mld_send_single(struct net_if *iface, const struct in6_addr *addr, uint8_t mode) in net_ipv6_mld_send_single()
213 int net_ipv6_mld_join(struct net_if *iface, const struct in6_addr *addr) in net_ipv6_mld_join()
254 int net_ipv6_mld_leave(struct net_if *iface, const struct in6_addr *addr) in net_ipv6_mld_leave()
286 static int send_mld_report(struct net_if *iface) in send_mld_report()
Dipv6_pe.c157 static int ipv6_pe_prefix_remove(struct net_if *iface, in ipv6_pe_prefix_remove()
219 static int gen_temporary_iid(struct net_if *iface, in gen_temporary_iid()
291 void net_ipv6_pe_start(struct net_if *iface, const struct in6_addr *prefix, in net_ipv6_pe_start()
435 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
657 struct net_if *iface; member
675 static void renewal_cb(struct net_if *iface, void *user_data) in renewal_cb()
755 int net_ipv6_pe_init(struct net_if *iface) in net_ipv6_pe_init()
Dnet_tc.c243 static void tc_tx_stats_priority_setup(struct net_if *iface) in tc_tx_stats_priority_setup()
255 static void tc_rx_stats_priority_setup(struct net_if *iface) in tc_rx_stats_priority_setup()
267 static void net_tc_tx_stats_priority_setup(struct net_if *iface, in net_tc_tx_stats_priority_setup()
277 static void net_tc_rx_stats_priority_setup(struct net_if *iface, in net_tc_rx_stats_priority_setup()
/Zephyr-latest/tests/net/hostname/src/
Dmain.c94 static void net_iface_init(struct net_if *iface) in net_iface_init()
104 uint32_t mgmt_event, struct net_if *iface) in hostname_changed()
156 struct net_if *iface; member
163 static void eth_fake_iface_init(struct net_if *iface) in eth_fake_iface_init()
213 static const char *iface2str(struct net_if *iface) in iface2str()
223 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
/Zephyr-latest/drivers/ethernet/
Deth_stellaris.c106 static void eth_stellaris_rx_error(struct net_if *iface) in eth_stellaris_rx_error()
123 struct net_if *iface) in eth_stellaris_rx_pkt()
208 struct net_if *iface = dev_data->iface; in eth_stellaris_rx() local
284 static void eth_stellaris_init(struct net_if *iface) in eth_stellaris_init()
/Zephyr-latest/subsys/net/lib/dns/
Dmdns_responder.c96 struct net_if *iface; member
145 static void mark_needs_announce(struct net_if *iface, bool needs_announce) in mark_needs_announce()
164 uint32_t mgmt_event, struct net_if *iface) in mdns_iface_event_handler()
356 struct net_if *iface; in send_response() local
432 struct net_if *iface; in send_sd_response() local
692 static int add_address(struct net_if *iface, sa_family_t family, in add_address()
752 static int del_address(struct net_if *iface, sa_family_t family, in del_address()
966 uint32_t mgmt_event, struct net_if *iface) in mdns_addr_event_handler()
1118 uint32_t mgmt_event, struct net_if *iface) in mdns_conn_event_handler()
1130 static void iface_ipv6_cb(struct net_if *iface, void *user_data) in iface_ipv6_cb()
[all …]
/Zephyr-latest/modules/hostap/src/
Dsupp_events.c256 static enum wifi_link_mode get_sta_link_mode(struct hostapd_iface *iface, struct sta_info *sta) in get_sta_link_mode()
289 static bool is_twt_capable(struct hostapd_iface *iface, struct sta_info *sta) in is_twt_capable()
313 struct hostapd_iface *iface = ctx; in supplicant_send_wifi_mgmt_ap_status() local
362 struct net_if *iface = net_if_get_by_index(net_if_get_by_name(ifname)); in supplicant_send_wifi_mgmt_event() local
434 struct net_if *iface; in supplicant_generate_state_event() local
/Zephyr-latest/tests/net/arp/src/
Dmain.c79 static void net_arp_iface_init(struct net_if *iface) in net_arp_iface_init()
152 static inline struct net_pkt *prepare_arp_reply(struct net_if *iface, in prepare_arp_reply()
205 static inline struct net_pkt *prepare_arp_request(struct net_if *iface, in prepare_arp_request()
257 static void setup_eth_header(struct net_if *iface, struct net_pkt *pkt, in setup_eth_header()
319 struct net_if *iface; in ZTEST() local
/Zephyr-latest/tests/net/icmpv4/src/
Dmain.c168 static void net_icmpv4_iface_init(struct net_if *iface) in net_icmpv4_iface_init()
316 static struct net_pkt *prepare_echo_request(struct net_if *iface) in prepare_echo_request()
341 static struct net_pkt *prepare_echo_reply(struct net_if *iface) in prepare_echo_reply()
366 static struct net_pkt *prepare_echo_request_with_options(struct net_if *iface) in prepare_echo_request_with_options()
393 struct net_if *iface) in prepare_echo_request_with_bad_options()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c145 static struct net_pkt *setup_gptp_frame_debug(struct net_if *iface, in setup_gptp_frame_debug()
149 #define setup_gptp_frame(iface, extra_header) \ in setup_gptp_frame_debug() argument
189 struct net_if *iface; in gptp_prepare_sync() local
244 struct net_if *iface; in gptp_prepare_follow_up() local
294 struct net_if *iface; in gptp_prepare_pdelay_req() local
351 struct net_if *iface = net_pkt_iface(req); in gptp_prepare_pdelay_resp() local
410 struct net_if *iface = net_pkt_iface(resp); in gptp_prepare_pdelay_follow_up() local
476 struct net_if *iface; in gptp_prepare_announce() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_can.c32 struct net_if *iface; member
193 struct net_if *iface; in zcan_bind_ctx() local
378 struct net_if *iface, in is_already_attached()
398 struct net_if *iface; in close_socket() local
519 struct net_if *iface; in can_sock_getsockopt_vmeth() local
543 static int can_register_receiver(struct net_if *iface, struct net_context *ctx, in can_register_receiver()
566 static void can_unregister_receiver(struct net_if *iface, in can_unregister_receiver()
583 static int can_register_filters(struct net_if *iface, struct net_context *ctx, in can_register_filters()
609 static void can_unregister_filters(struct net_if *iface, in can_unregister_filters()
628 struct net_if *iface; in can_sock_setsockopt_vmeth() local
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c38 struct net_if *iface; member
50 static void hdlc_iface_init(struct net_if *iface) in hdlc_iface_init()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dvlan.c21 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb()
45 static int setup_iface(struct net_if *iface, struct net_if *vlan, in setup_iface()
/Zephyr-latest/subsys/net/lib/config/
Dieee802154_settings.c20 int z_net_config_ieee802154_setup(struct net_if *iface) in z_net_config_ieee802154_setup()
/Zephyr-latest/tests/net/mgmt/src/
Dmgmt.c53 struct net_if *iface, void *data, uint32_t len) in test_mgmt_request()
70 static void test_mgmt_event_handler(uint32_t mgmt_event, struct net_if *iface, void *info, in test_mgmt_event_handler()
106 static void fake_iface_init(struct net_if *iface) in fake_iface_init()
171 uint32_t nm_event, struct net_if *iface) in receiver_cb()
429 uint32_t mgmt_event, struct net_if *iface) in net_mgmt_event_handler()
/Zephyr-latest/tests/net/icmp/src/
Dmain.c65 struct net_if *iface; member
83 static void test_iface_init(struct net_if *iface) in test_iface_init()
175 static int get_ipv4_reply(struct net_if *iface, in get_ipv4_reply()
242 static int get_ipv4_reply(struct net_if *iface, in get_ipv4_reply()
254 static int get_ipv6_reply(struct net_if *iface, in get_ipv6_reply()
313 static int get_ipv6_reply(struct net_if *iface, in get_ipv6_reply()
325 struct net_if *iface, in offload_ping_handler()
384 static void offload_iface_init(struct net_if *iface) in offload_iface_init()

12345678910>>...17