Home
last modified time | relevance | path

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

/xnu-8796.101.5/libsyscall/wrappers/skywalk/
H A Dos_packet.c78 return __packet_set_link_header_length(ph, off); in os_packet_set_link_header_length()
/xnu-8796.101.5/bsd/skywalk/packet/
H A Dpacket_kern.c85 return __packet_set_link_header_length(ph, off); in kern_packet_set_link_header_length()
H A Dpacket_common.h160 __packet_set_link_header_length(const uint64_t ph, const uint8_t len) in __packet_set_link_header_length() function
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1451 err = __packet_set_link_header_length(ph, hlen); in nx_netif_compat_na_rxsync()