/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | icmpv6.c | 106 struct net_ipv6_hdr *ip_hdr = hdr->ipv6; in icmpv6_handle_echo_request() local 195 struct net_ipv6_hdr *ip_hdr; in net_icmpv6_send_error() local 337 struct net_ipv6_hdr *ip_hdr) in net_icmpv6_input()
|
D | icmpv4.c | 421 struct net_ipv4_hdr *ip_hdr = hdr->ipv4; in icmpv4_handle_echo_request() local 516 struct net_ipv4_hdr *ip_hdr; in net_icmpv4_send_error() local 606 struct net_ipv4_hdr *ip_hdr) in net_icmpv4_input()
|
D | icmp.c | 470 struct net_icmp_ip_hdr *ip_hdr, in icmp_call_handlers() 506 struct net_icmp_ip_hdr ip_hdr; in net_icmp_call_ipv4_handlers() local 518 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_mld.c | 406 struct net_ipv6_hdr *ip_hdr = hdr->ipv6; in handle_mld_query() local
|
D | ipv6_nbr.c | 796 struct net_ipv6_hdr *ip_hdr; in net_ipv6_prepare_for_send() local 1185 struct net_ipv6_hdr *ip_hdr = hdr->ipv6; in handle_ns_input() local 1804 struct net_ipv6_hdr *ip_hdr = hdr->ipv6; in handle_na_input() local 2496 struct net_ipv6_hdr *ip_hdr = hdr->ipv6; in handle_ra_input() local
|
D | ipv4_fragment.c | 613 struct net_ipv4_hdr *ip_hdr; in net_ipv4_prepare_for_send() local
|
D | igmp.c | 417 enum net_verdict net_ipv4_igmp_input(struct net_pkt *pkt, struct net_ipv4_hdr *ip_hdr) in net_ipv4_igmp_input()
|
D | net_context.c | 2403 union net_ip_header *ip_hdr, in net_context_packet_received() 2535 union net_ip_header *ip_hdr, in net_context_raw_packet_received()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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() local 136 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-Core-3.7.0/tests/net/icmp/src/ |
D | main.c | 333 struct net_icmp_ip_hdr ip_hdr; in offload_ping_handler() local 435 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-Core-3.7.0/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-Core-3.7.0/tests/net/udp/src/ |
D | main.c | 159 union net_ip_header *ip_hdr, in test_ok() 186 union net_ip_header *ip_hdr, in test_fail()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/tests/net/ipv6_fragment/src/ |
D | main.c | 1485 union net_ip_header *ip_hdr, in udp_data_received() 2222 struct net_icmp_ip_hdr *ip_hdr, in handle_ipv6_echo_reply()
|
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/ |
D | sockets_packet.c | 88 union net_ip_header *ip_hdr, in zpacket_received_cb()
|
D | sockets_can.c | 90 union net_ip_header *ip_hdr, in zcan_received_cb()
|
/Zephyr-Core-3.7.0/tests/net/net_pkt/src/ |
D | main.c | 542 struct net_ipv4_hdr *ip_hdr; in ZTEST() local
|
/Zephyr-Core-3.7.0/tests/net/checksum_offload/src/ |
D | main.c | 941 union net_ip_header *ip_hdr, in recv_cb_offload_disabled() 969 union net_ip_header *ip_hdr, in recv_cb_offload_enabled()
|
/Zephyr-Core-3.7.0/drivers/wifi/eswifi/ |
D | eswifi_socket_offload.c | 40 union net_ip_header *ip_hdr, in __process_received()
|
/Zephyr-Core-3.7.0/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()
|