| /Zephyr-latest/subsys/net/ip/ | 
| D | icmpv6.c | 106 	struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in icmpv6_handle_echo_request()  local195 	struct net_ipv6_hdr *ip_hdr;  in net_icmpv6_send_error()  local
 339 				  struct net_ipv6_hdr *ip_hdr)  in net_icmpv6_input()
 
 | 
| D | icmpv4.c | 422 	struct net_ipv4_hdr *ip_hdr = hdr->ipv4;  in icmpv4_handle_echo_request()  local517 	struct net_ipv4_hdr *ip_hdr;  in net_icmpv4_send_error()  local
 608 				  struct net_ipv4_hdr *ip_hdr)  in net_icmpv4_input()
 674 	struct net_ipv4_hdr *ip_hdr = hdr->ipv4;  in icmpv4_handle_dst_unreach()  local
 
 | 
| D | icmp.c | 505 			      struct net_icmp_ip_hdr *ip_hdr,  in icmp_call_handlers()541 	struct net_icmp_ip_hdr ip_hdr;  in net_icmp_call_ipv4_handlers()  local
 553 	struct net_icmp_ip_hdr ip_hdr;  in net_icmp_call_ipv6_handlers()  local
 
 | 
| D | connection.c | 487 			  union net_ip_header *ip_hdr,  in conn_addr_cmp()554 				     union net_ip_header *ip_hdr,  in conn_are_endpoints_valid()
 638 				union net_ip_header *ip_hdr,  in net_conn_input()
 
 | 
| D | connection.h | 195 					      union net_ip_header *ip_hdr,  in net_conn_input()
 | 
| D | ipv6_nbr.c | 784 	struct net_ipv6_hdr *ip_hdr;  in net_ipv6_prepare_for_send()  local1205 	struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in handle_ns_input()  local
 1827 	struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in handle_na_input()  local
 2526 	struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in handle_ra_input()  local
 2760 	struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in handle_ptb_input()  local
 
 | 
| D | ipv6_mld.c | 407 	struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in handle_mld_query()  local
 | 
| D | ipv4_fragment.c | 616 	struct net_ipv4_hdr *ip_hdr;  in net_ipv4_prepare_for_send_fragment()  local
 | 
| D | igmp.c | 414 enum net_verdict net_ipv4_igmp_input(struct net_pkt *pkt, struct net_ipv4_hdr *ip_hdr)
 | 
| /Zephyr-latest/subsys/net/lib/socks/ | 
| D | socks.c | 21 				 union net_ip_header *ip_hdr,  in socks5_method_rsp_cb()45 			      union net_ip_header *ip_hdr,  in socks5_cmd_rsp_cb()
 
 | 
| /Zephyr-latest/subsys/net/lib/shell/ | 
| D | udp.c | 21 		     union net_ip_header *ip_hdr,  in udp_rcvd()
 | 
| D | ping.c | 56 	struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in handle_ipv6_echo_reply()  local136 	struct net_ipv4_hdr *ip_hdr = hdr->ipv4;  in handle_ipv4_echo_reply()  local
 
 | 
| D | tcp.c | 224 			union net_ip_header *ip_hdr,  in tcp_recv_cb()
 | 
| /Zephyr-latest/tests/boards/espressif/ethernet/src/ | 
| D | main.c | 61 	struct net_ipv4_hdr *ip_hdr = hdr->ipv4;  in icmp_event()  local
 | 
| /Zephyr-latest/tests/net/icmp/src/ | 
| D | main.c | 333 	struct net_icmp_ip_hdr ip_hdr;  in offload_ping_handler()  local435 		struct net_ipv4_hdr *ip_hdr = hdr->ipv4;  in icmp_handler()  local
 442 		struct net_ipv6_hdr *ip_hdr = hdr->ipv6;  in icmp_handler()  local
 
 | 
| /Zephyr-latest/tests/net/context/src/ | 
| D | main.c | 495 		    union net_ip_header *ip_hdr,  in recv_cb()710 			    union net_ip_header *ip_hdr,  in recv_cb_another()
 777 			    union net_ip_header *ip_hdr,  in recv_cb_timeout()
 
 | 
| /Zephyr-latest/tests/net/udp/src/ | 
| D | main.c | 141 				union net_ip_header *ip_hdr,  in test_ok()168 				  union net_ip_header *ip_hdr,  in test_fail()
 
 | 
| /Zephyr-latest/tests/net/ipv4_fragment/src/ | 
| D | main.c | 358 					  union net_ip_header *ip_hdr,  in udp_data_received()435 					  union net_ip_header *ip_hdr,  in tcp_data_received()
 
 | 
| /Zephyr-latest/tests/boards/espressif/wifi/src/ | 
| D | main.c | 122 	struct net_ipv4_hdr *ip_hdr = hdr->ipv4;  in icmp_event()  local
 | 
| /Zephyr-latest/tests/net/ipv6_fragment/src/ | 
| D | main.c | 1484 					  union net_ip_header *ip_hdr,  in udp_data_received()2221 				  struct net_icmp_ip_hdr *ip_hdr,  in handle_ipv6_echo_reply()
 
 | 
| /Zephyr-latest/subsys/net/lib/sockets/ | 
| D | sockets_packet.c | 88 				union net_ip_header *ip_hdr,  in zpacket_received_cb()
 | 
| /Zephyr-latest/tests/net/net_pkt/src/ | 
| D | main.c | 542 		struct net_ipv4_hdr *ip_hdr;  in ZTEST()  local
 | 
| /Zephyr-latest/tests/net/checksum_offload/src/ | 
| D | main.c | 939 				     union net_ip_header *ip_hdr,  in recv_cb_offload_disabled()967 				    union net_ip_header *ip_hdr,  in recv_cb_offload_enabled()
 
 | 
| /Zephyr-latest/drivers/wifi/eswifi/ | 
| D | eswifi_socket_offload.c | 40 			      union net_ip_header *ip_hdr,  in __process_received()
 | 
| /Zephyr-latest/tests/net/tcp/src/ | 
| D | main.c | 781 			     union net_ip_header *ip_hdr,  in test_tcp_recv_cb()2530 				      union net_ip_header *ip_hdr,  in test_fin_ack_data_recv_cb()
 
 |