/Zephyr-latest/drivers/net/ |
D | canbus.c | 23 struct net_if *iface; member 126 static void net_canbus_iface_init(struct net_if *iface) in net_canbus_iface_init()
|
D | slip.c | 141 struct net_if *iface; in get_iface() local 375 void slip_iface_init(struct net_if *iface) in slip_iface_init()
|
/Zephyr-latest/tests/subsys/usb/uac2/src/ |
D | uac2_desc.c | 296 const struct usb_if_descriptor *iface; in test_uac2_descriptors() local 524 const struct usb_if_descriptor *iface; in ZTEST() local
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
D | main.c | 34 struct net_if *iface) in net_event_handler()
|
/Zephyr-latest/samples/net/sockets/packet/src/ |
D | packet.c | 232 uint32_t mgmt_event, struct net_if *iface) in iface_up_handler() 241 struct net_if *iface = net_if_get_default(); in wait_for_interface() local
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_uart_pipe.h | 15 struct net_if *iface; member
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_udp_receiver.c | 236 struct net_if *iface = NULL; in zperf_udp_join_mcast_ipv4() local 254 struct net_if *iface = NULL; in zperf_udp_join_mcast_ipv6() local 272 struct net_if *iface = NULL; in zperf_udp_leave_mcast() local
|
/Zephyr-latest/samples/net/capture/src/ |
D | main.c | 288 uint32_t mgmt_event, struct net_if *iface) in event_handler() 309 struct net_if *iface; in main() local
|
/Zephyr-latest/tests/net/shell/src/ |
D | main.c | 87 static void net_udp_iface_init(struct net_if *iface) in net_udp_iface_init() 128 struct net_if *iface; in test_setup() local
|
/Zephyr-latest/tests/net/udp/src/ |
D | main.c | 89 static void net_udp_iface_init(struct net_if *iface) in net_udp_iface_init() 213 static bool send_ipv6_udp_msg(struct net_if *iface, in send_ipv6_udp_msg() 262 static bool send_ipv6_udp_long_msg(struct net_if *iface, in send_ipv6_udp_long_msg() 330 static bool send_ipv4_udp_msg(struct net_if *iface, in send_ipv4_udp_msg() 416 struct net_if *iface; in ZTEST() local
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet_bridge.h | 48 struct net_if *iface; member
|
D | wifi_nm.h | 50 struct net_if *iface; member
|
D | net_mgmt.h | 305 struct net_if *iface) in net_mgmt_event_notify() 343 struct net_if **iface, in net_mgmt_event_wait() 385 static inline int net_mgmt_event_wait_on_iface(struct net_if *iface, in net_mgmt_event_wait_on_iface()
|
D | lldp.h | 238 #define net_lldp_set_lldpdu(iface) argument 249 #define net_lldp_unset_lldpdu(iface) argument
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | net_shell.c | 133 const char *iface2str(struct net_if *iface, const char **extra) in iface2str()
|
D | gptp.c | 27 static void gptp_port_cb(int port, struct net_if *iface, void *user_data) in gptp_port_cb() 278 struct net_if *iface; in gptp_print_port_info() local
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ptp.c | 118 static enum net_verdict ptp_recv(struct net_if *iface, uint16_t ptype, in ptp_recv()
|
/Zephyr-latest/tests/net/checksum_offload/src/ |
D | main.c | 96 struct net_if *iface; member 114 static void eth_iface_init(struct net_if *iface) in eth_iface_init() 483 static const char *iface2str(struct net_if *iface) in iface2str() 501 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb() 609 static void add_neighbor(struct net_if *iface, struct in6_addr *addr) in add_neighbor() 640 struct net_if *iface; in test_udp_context_prepare() local 829 struct sockaddr *dst_addr, struct net_if **iface) in test_icmp_init() 872 struct net_if *iface; in test_tx_chksum_icmp_frag() local 1208 struct net_if *iface; in test_rx_chksum_icmp_frag() local 1265 struct net_if *iface; in test_rx_chksum_icmp_frag_bad() local
|
/Zephyr-latest/drivers/modem/ |
D | modem_iface_uart.h | 90 static inline int modem_iface_uart_rx_wait(struct modem_iface *iface, k_timeout_t timeout) in modem_iface_uart_rx_wait()
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink.c | 31 struct net_if *iface; member 219 static void simplelink_iface_init(struct net_if *iface) in simplelink_iface_init()
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | echo-client.c | 232 uint32_t mgmt_event, struct net_if *iface) in ipv6_event_handler() 300 uint32_t mgmt_event, struct net_if *iface) in event_handler()
|
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | test_ifaces.c | 15 static void test_iface_init(struct net_if *iface) in test_iface_init()
|
D | main.c | 64 static void reset_test_iface(struct net_if *iface) in reset_test_iface() 165 void l4_handler(struct net_mgmt_event_callback *cb, uint32_t event, struct net_if *iface) in l4_handler() 190 void conn_handler(struct net_mgmt_event_callback *cb, uint32_t event, struct net_if *iface) in conn_handler() 616 static void cycle_iface_states(struct net_if *iface, enum ip_order ifa_ipm) in cycle_iface_states()
|
/Zephyr-latest/tests/posix/net/src/ |
D | if.c | 17 struct net_if *iface; in ZTEST() local
|
/Zephyr-latest/tests/net/pmtu/src/ |
D | main.c | 107 struct net_if *iface) in ipv6_pmtu_changed() 127 struct net_if *iface) in ipv4_pmtu_changed() 154 static const char *iface2str(struct net_if *iface) in iface2str() 163 static void iface_cb(struct net_if *iface, void *user_data) in iface_cb() 502 static int create_icmpv6_ptb(struct net_if *iface, in create_icmpv6_ptb() 628 static int create_icmpv4_dest_unreach(struct net_if *iface, in create_icmpv4_dest_unreach()
|