Home
last modified time | relevance | path

Searched refs:os_packet_set_link_header_length (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/libsyscall/wrappers/skywalk/
H A Dos_packet.c76 os_packet_set_link_header_length(const packet_t ph, const uint8_t off) in os_packet_set_link_header_length() function
/xnu-11215.81.4/bsd/skywalk/packet/
H A Dos_packet.h393 extern int os_packet_set_link_header_length(const packet_t, const uint8_t);
/xnu-11215.81.4/tests/skywalk/
H A Dskt_netifdirect.c221 error = os_packet_set_link_header_length(ph, sizeof(eth_hdr)); in skt_netif_ipv6_udp_frame_populate()
H A Dskt_xfer.c542 error = os_packet_set_link_header_length(ph, 0); in tcp_frame_populate()
632 error = os_packet_set_link_header_length(ph, 0); in udp_frame_populate()
725 error = os_packet_set_link_header_length(ph, 0); in ip_frame_populate()
H A Dskywalk_test_utils.c1712 error = os_packet_set_link_header_length(pkt, 0); in sktu_channel_port_frame_to_pkt()