Home
last modified time | relevance | path

Searched refs:net_pkt_cursor_restore (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dudp.c89 net_pkt_cursor_restore(pkt, &backup); in net_udp_get_hdr()
124 net_pkt_cursor_restore(pkt, &backup); in net_udp_set_hdr()
Dipv4_fragment.c451 net_pkt_cursor_restore(pkt, &cur_pkt); in send_ipv4_fragment()
459 net_pkt_cursor_restore(frag_pkt, &cur); in send_ipv4_fragment()
460 net_pkt_cursor_restore(pkt, &cur_pkt); in send_ipv4_fragment()
494 net_pkt_cursor_restore(frag_pkt, &cur); in send_ipv4_fragment()
591 net_pkt_cursor_restore(pkt, &backup); in net_ipv4_send_fragmented_pkt()
Dipv4.c237 net_pkt_cursor_restore(pkt, &cur); in net_ipv4_parse_hdr_options()
427 net_pkt_cursor_restore(pkt, &hdr_start); in net_ipv4_input()
Dnet_pkt.c2112 net_pkt_cursor_restore(pkt, &backup);
2127 net_pkt_cursor_restore(pkt, &backup);
2163 net_pkt_cursor_restore(clone_pkt, &pkt->cursor);
2328 net_pkt_cursor_restore(pkt, &backup);
2332 net_pkt_cursor_restore(pkt, &backup);
Dipv6.c799 net_pkt_cursor_restore(pkt, &hdr_start); in net_ipv6_input()
Dutils.c718 net_pkt_cursor_restore(pkt, &backup); in net_calc_chksum()
Dtcp.c1085 net_pkt_cursor_restore(pkt, &backup); in tcp_options_get()
/Zephyr-latest/subsys/net/l2/ppp/
Doptions.c67 net_pkt_cursor_restore(pkt, &cursor); in ppp_parse_options()
196 net_pkt_cursor_restore(pkt, &cursor); in ppp_config_info_req()
209 net_pkt_cursor_restore(pkt, &cursor); in ppp_config_info_req()
/Zephyr-latest/subsys/net/l2/virtual/ipip/
Dipip.c304 net_pkt_cursor_restore(pkt, &hdr_start); in interface_recv()
375 net_pkt_cursor_restore(pkt, &hdr_start); in interface_recv()
422 net_pkt_cursor_restore(pkt, &hdr_start); in interface_recv()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c211 net_pkt_cursor_restore(pkt, &cur); in zpacket_set_source_addr()
227 net_pkt_cursor_restore(pkt, &cur); in zpacket_set_source_addr()
Dsockets_inet.c795 net_pkt_cursor_restore(pkt, &backup); in sock_get_pkt_src_addr()
1034 net_pkt_cursor_restore(pkt, &backup); in add_pktinfo()
1231 net_pkt_cursor_restore(pkt, &backup); in zsock_recv_dgram()
1284 net_pkt_cursor_restore(pkt, &backup); in zsock_recv_stream_immediate()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c1274 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_clientid()
1293 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_serverid()
1318 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_server_preference()
1336 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_ia_na()
1354 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_ia_pd()
1378 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_status_code()
1422 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_handle_dns_server_option()
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c327 net_pkt_cursor_restore(pkt, &backup); in verify_dhcpv6_elapsed_time()
400 net_pkt_cursor_restore(pkt, &backup); in verify_dhcpv6_no_reconfigure_accept()
431 net_pkt_cursor_restore(pkt, &backup); in verify_dhcpv6_oro_sol_max_rt()
/Zephyr-latest/tests/net/dhcpv4/server/src/
Dmain.c432 net_pkt_cursor_restore(pkt, &cursor); in verify_no_option()
463 net_pkt_cursor_restore(pkt, &cursor); in verify_option()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c935 net_pkt_cursor_restore(pkt, &backup); in dhcpv4_parse_option_vendor()
1005 net_pkt_cursor_restore(pkt, &backup); in dhcpv4_parse_options()
1953 net_pkt_cursor_restore(pkt, &backup); in net_dhcpv4_accept_unicast()
/Zephyr-latest/tests/net/net_pkt/src/
Dmain.c299 net_pkt_cursor_restore(pkt, &backup); in ZTEST()
472 net_pkt_cursor_restore(pkt, &backup); in ZTEST()
/Zephyr-latest/tests/net/checksum_offload/src/
Dmain.c151 net_pkt_cursor_restore(pkt, &backup); in get_udp_chksum()
178 net_pkt_cursor_restore(pkt, &backup); in get_icmp_chksum()
/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c2342 net_pkt_cursor_restore(pkt1, &backup); in ZTEST()
2382 net_pkt_cursor_restore(pkt2, &backup); in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h2183 static inline void net_pkt_cursor_restore(struct net_pkt *pkt, in net_pkt_cursor_restore() function
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c323 net_pkt_cursor_restore(pkt, &backup); in get_icmp_hdr()