Home
last modified time | relevance | path

Searched defs:pkt (Results 101 – 125 of 280) sorted by relevance

12345678910>>...12

/Zephyr-latest/drivers/net/
Dcanbus.c33 struct net_pkt *pkt; in net_canbus_recv() local
102 static int net_canbus_send(const struct device *dev, struct net_pkt *pkt) in net_canbus_send()
Dslip.c90 int slip_send(const struct device *dev, struct net_pkt *pkt) in slip_send()
159 struct net_pkt *pkt; in process_msg() local
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_eem.c100 static int eem_send(struct net_pkt *pkt) in eem_send()
147 struct net_pkt *pkt; in eem_read_cb() local
/Zephyr-latest/subsys/net/lib/shell/
Dallocs.c14 static void allocs_cb(struct net_pkt *pkt, in allocs_cb()
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c174 static int tester_send(const struct device *dev, struct net_pkt *pkt) in tester_send()
190 static bool compare_data(struct net_pkt *pkt, struct net_fragment_data *data) in compare_data()
234 struct net_pkt *pkt; in create_pkt() local
475 struct net_pkt *pkt; in test_fragment() local
/Zephyr-latest/tests/net/igmp/src/
Dmain.c123 static struct net_ipv4_igmp_v3_report *get_igmp_hdr(struct net_pkt *pkt) in get_igmp_hdr()
141 static struct net_ipv4_igmp_v3_group_record *get_igmp_group_record(struct net_pkt *pkt) in get_igmp_group_record()
152 static int tester_send(const struct device *dev, struct net_pkt *pkt) in tester_send()
312 struct net_pkt *pkt; in prepare_igmp_query() local
582 struct net_pkt *pkt; in igmp_send_query() local
/Zephyr-latest/drivers/wifi/esp_at/
Desp_socket.c109 struct net_pkt *pkt; in esp_socket_prepare_pkt() local
156 struct net_pkt *pkt; local
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp.c22 static void sntp_pkt_dump(struct sntp_pkt *pkt) in sntp_pkt_dump()
63 struct sntp_pkt *pkt = (struct sntp_pkt *)data; in parse_response() local
/Zephyr-latest/subsys/modem/
Dmodem_ppp.c37 static uint16_t modem_ppp_ppp_protocol(struct net_pkt *pkt) in modem_ppp_ppp_protocol()
456 static int modem_ppp_ppp_api_send(const struct device *dev, struct net_pkt *pkt) in modem_ppp_ppp_api_send()
548 struct net_pkt *pkt; in modem_ppp_release() local
/Zephyr-latest/subsys/net/l2/ethernet/
Dbridge.c337 struct net_pkt *pkt, in bridge_iface_process()
407 int bridge_iface_send(struct net_if *iface, struct net_pkt *pkt) in bridge_iface_send()
424 struct net_pkt *pkt) in bridge_iface_recv()
/Zephyr-latest/tests/net/bridge/src/
Dmain.c65 struct net_pkt *pkt) in eth_fake_send()
239 struct net_pkt *pkt; in _recv_data() local
341 struct net_pkt *pkt = eth_fake_data[j].sent_pkt; in test_recv_with_bridge() local
/Zephyr-latest/tests/net/checksum_offload/src/
Dmain.c129 static uint16_t get_udp_chksum(struct net_pkt *pkt) in get_udp_chksum()
156 static uint16_t get_icmp_chksum(struct net_pkt *pkt) in get_icmp_chksum()
183 static void test_receiving(struct net_pkt *pkt) in test_receiving()
274 static void test_fragment(struct net_pkt *pkt, bool offloaded) in test_fragment()
330 struct net_pkt *pkt) in eth_tx_offloading_disabled()
374 struct net_pkt *pkt) in eth_tx_offloading_enabled()
816 struct net_pkt *pkt, in dummy_icmp_handler()
920 static void test_fragment_rx_udp(struct net_pkt *pkt, in test_fragment_rx_udp()
940 struct net_pkt *pkt, in recv_cb_offload_disabled()
968 struct net_pkt *pkt, in recv_cb_offload_enabled()
[all …]
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c153 struct net_pkt *pkt; in nrf5_rx_thread() local
470 struct net_pkt *pkt, in nrf5_tx_started()
481 static bool nrf5_tx_immediate(struct net_pkt *pkt, uint8_t *payload, bool cca) in nrf5_tx_immediate()
499 static bool nrf5_tx_csma_ca(struct net_pkt *pkt, uint8_t *payload) in nrf5_tx_csma_ca()
517 static bool nrf5_tx_at(struct nrf5_802154_data *nrf5_radio, struct net_pkt *pkt, in nrf5_tx_at()
575 struct net_pkt *pkt, in nrf5_tx()
/Zephyr-latest/drivers/ethernet/
Deth_smsc911x.c475 static int eth_tx(const struct device *dev, struct net_pkt *pkt) in eth_tx()
538 static int smsc_read_rx_fifo(struct net_pkt *pkt, uint32_t len) in smsc_read_rx_fifo()
561 struct net_pkt *pkt; in smsc_recv_pkt() local
606 struct net_pkt *pkt; in eth_smsc911x_isr() local
Deth_e1000.c121 static int e1000_send(const struct device *ddev, struct net_pkt *pkt) in e1000_send()
135 struct net_pkt *pkt = NULL; in e1000_rx() local
181 struct net_pkt *pkt = e1000_rx(dev); in e1000_isr() local
Deth_esp32.c85 static int eth_esp32_send(const struct device *dev, struct net_pkt *pkt) in eth_esp32_send()
113 struct net_pkt *pkt = net_pkt_rx_alloc_with_buffer( in eth_esp32_rx() local
145 struct net_pkt *pkt = eth_esp32_rx( in eth_esp32_rx_thread() local
Deth_nxp_imx_netc.c29 struct net_pkt *pkt; in netc_eth_rx() local
226 int netc_eth_tx(const struct device *dev, struct net_pkt *pkt) in netc_eth_tx()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c257 struct net_pkt *pkt; in ot_receive_handler() local
355 static bool is_ipv6_frag(struct net_pkt *pkt) in is_ipv6_frag()
368 static enum net_verdict openthread_recv(struct net_if *iface, struct net_pkt *pkt) in openthread_recv()
401 int openthread_send(struct net_if *iface, struct net_pkt *pkt) in openthread_send()
/Zephyr-latest/subsys/net/lib/capture/
Dcooked.c144 static enum net_verdict interface_recv(struct net_if *iface, struct net_pkt *pkt) in interface_recv()
313 struct net_pkt *pkt, in create_sll_header()
375 struct net_pkt *pkt; in net_capture_data() local
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c210 struct net_pkt *pkt; in create_and_receive_packet() local
281 struct net_pkt *pkt; in ZTEST() local
375 struct net_pkt *pkt; in ZTEST() local
/Zephyr-latest/samples/net/dsa/src/
Dmain.c48 struct net_pkt *pkt) in dsa_ll_addr_switch_cb()
/Zephyr-latest/tests/net/promiscuous/src/
Dmain.c92 struct net_pkt *pkt) in eth_fake_send()
347 static void _recv_data(struct net_if *iface, struct net_pkt **pkt) in _recv_data()
374 struct net_pkt *pkt; in test_verify_data() local
/Zephyr-latest/drivers/usb/uvb/
Duvb.h223 const struct uvb_packet *const pkt) in uvb_advert_pkt()
237 const struct uvb_packet *const pkt) in uvb_reply_pkt()
/Zephyr-latest/tests/subsys/zbus/integration/src/
Dmain.c45 struct net_pkt_msg pkt = {.total = data.a + data.b}; in core_thread() local
58 static struct net_pkt_msg pkt = {0}; variable
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dtest_ifaces.c35 static int test_iface_send(const struct device *dev, struct net_pkt *pkt) in test_iface_send()

12345678910>>...12