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.c449 net_pkt_cursor_restore(pkt, &cur_pkt); in send_ipv4_fragment()
457 net_pkt_cursor_restore(frag_pkt, &cur); in send_ipv4_fragment()
458 net_pkt_cursor_restore(pkt, &cur_pkt); in send_ipv4_fragment()
492 net_pkt_cursor_restore(frag_pkt, &cur); in send_ipv4_fragment()
589 net_pkt_cursor_restore(pkt, &backup); in net_ipv4_send_fragmented_pkt()
Dipv4.c235 net_pkt_cursor_restore(pkt, &cur); in net_ipv4_parse_hdr_options()
425 net_pkt_cursor_restore(pkt, &hdr_start); in net_ipv4_input()
Dnet_pkt.c2148 net_pkt_cursor_restore(pkt, &backup);
2163 net_pkt_cursor_restore(pkt, &backup);
2199 net_pkt_cursor_restore(clone_pkt, &pkt->cursor);
2364 net_pkt_cursor_restore(pkt, &backup);
2368 net_pkt_cursor_restore(pkt, &backup);
Dipv6.c796 net_pkt_cursor_restore(pkt, &hdr_start); in net_ipv6_input()
Dutils.c679 net_pkt_cursor_restore(pkt, &backup); in net_calc_chksum()
Dtcp.c1084 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.c790 net_pkt_cursor_restore(pkt, &backup); in sock_get_pkt_src_addr()
1029 net_pkt_cursor_restore(pkt, &backup); in add_pktinfo()
1229 net_pkt_cursor_restore(pkt, &backup); in zsock_recv_dgram()
1282 net_pkt_cursor_restore(pkt, &backup); in zsock_recv_stream_immediate()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c1221 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_clientid()
1240 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_serverid()
1265 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_server_preference()
1283 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_ia_na()
1301 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_ia_pd()
1325 net_pkt_cursor_restore(pkt, &backup); in dhcpv6_find_status_code()
/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()
1950 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.c2343 net_pkt_cursor_restore(pkt1, &backup); in ZTEST()
2383 net_pkt_cursor_restore(pkt2, &backup); in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h2181 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()