Lines Matching refs:struct
15 through a :c:struct:`net_if` declared in
20 :zephyr_file:`include/zephyr/net/net_l2.h` as :c:struct:`net_l2`.
41 into a :c:struct:`net_pkt`, will push this buffer to the network
71 - The driver_api pointer must point to a valid :c:struct:`net_if_api`
77 instantiate a unique :c:struct:`net_if` related to the created
92 :c:struct:`net_pkt` and should be allocated through
118 - It requires a dedicated device driver API: :c:struct:`ieee802154_radio_api`,
119 which overloads :c:struct:`net_if_api`. This is because 802.15.4 L2 needs more from the device
135 :c:struct:`ieee802154_radio_api` requires a tx function pointer which differs
136 from the :c:struct:`net_if_api` send function pointer. Zephyr's native
142 at a time through :c:struct:`ieee802154_radio_api` tx function and unreferencing
151 all be handled by the methods in the :c:struct:`ieee802154_radio_api`.
164 from L1 into L2 are not implemented as methods in :c:struct:`ieee802154_radio_api`