Home
last modified time | relevance | path

Searched refs:ip_tcp_header_t (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/tests/
H A Dnet_test_lib.h148 } ip_tcp_header_t; typedef
152 ip_tcp_header_t tcp;
/xnu-11417.101.15/tests/skywalk/
H A Dskywalk_test_utils.h128 } ip_tcp_header_t; typedef
132 ip_tcp_header_t tcp;
H A Dskt_xfer.c453 ip_tcp_header_t * ip_tcp; in ip_frame_dump()
459 ip_tcp = (ip_tcp_header_t *)buf; in ip_frame_dump()
516 ip_tcp_header_t * ip_tcp; in tcp_frame_populate()
540 assert(bdlim >= sizeof(ip_tcp_header_t)); in tcp_frame_populate()
545 ip_tcp = (ip_tcp_header_t *)baddr; in tcp_frame_populate()
807 ip_tcp_header_t *ip_tcp; in tcp_frame_process()
817 ip_tcp = (ip_tcp_header_t *)buf; in tcp_frame_process()
H A Dskywalk_test_utils.c1955 ip_tcp_header_t *ip_tcp; in sktu_parse_tcp4_frame()
1967 payload_len = pkt_len - sizeof(ip_tcp_header_t); in sktu_parse_tcp4_frame()