Home
last modified time | relevance | path

Searched refs:net_tcp_hdr (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtcp.h91 struct net_tcp_hdr *net_tcp_input(struct net_pkt *pkt,
Dtcp_internal.h275 struct net_tcp_hdr *net_tcp_input(struct net_pkt *pkt,
279 struct net_tcp_hdr *net_tcp_input(struct net_pkt *pkt, in net_tcp_input()
Dicmpv6.c231 sizeof(struct net_tcp_hdr); in net_icmpv6_send_error()
Dipv4.c245 NET_PKT_DATA_ACCESS_DEFINE(tcp_access, struct net_tcp_hdr); in net_ipv4_input()
Dicmpv4.c558 sizeof(struct net_tcp_hdr); in net_icmpv4_send_error()
Dtcp.c4083 NET_PKT_DATA_ACCESS_DEFINE(tcp_access, struct net_tcp_hdr); in net_tcp_finalize()
4084 struct net_tcp_hdr *tcp_hdr; in net_tcp_finalize()
4088 tcp_hdr = (struct net_tcp_hdr *)net_pkt_get_data(pkt, &tcp_access); in net_tcp_finalize()
4103 struct net_tcp_hdr *net_tcp_input(struct net_pkt *pkt, in net_tcp_input()
4106 struct net_tcp_hdr *tcp_hdr; in net_tcp_input()
4118 tcp_hdr = (struct net_tcp_hdr *)net_pkt_get_data(pkt, tcp_access); in net_tcp_input()
Dipv6.c478 NET_PKT_DATA_ACCESS_DEFINE(tcp_access, struct net_tcp_hdr); in net_ipv6_input()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h593 struct net_tcp_hdr { struct
643 struct net_tcp_hdr *tcp;
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c479 NET_PKT_DATA_ACCESS_DEFINE(tcp_access, struct net_tcp_hdr); in pkt_setup_ip_data()
480 struct net_tcp_hdr *tcp; in pkt_setup_ip_data()
482 tcp = (struct net_tcp_hdr *)net_pkt_get_data(pkt, &tcp_access); in pkt_setup_ip_data()
Dhl7800.c1580 struct net_tcp_hdr *tcp; in pkt_setup_ip_data()
1626 NET_PKT_DATA_ACCESS_DEFINE(tcp_access, struct net_tcp_hdr); in pkt_setup_ip_data()
1628 tcp = (struct net_tcp_hdr *)net_pkt_get_data(pkt, &tcp_access); in pkt_setup_ip_data()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c774 NET_PKT_DATA_ACCESS_DEFINE(tcp_access, struct net_tcp_hdr); in sock_get_pkt_src_addr()
775 struct net_tcp_hdr *tcp_hdr; in sock_get_pkt_src_addr()
777 tcp_hdr = (struct net_tcp_hdr *)net_pkt_get_data(pkt, in sock_get_pkt_src_addr()