Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_packet.c45 pkt_subtype_assert_fail(const packet_t ph, uint64_t type __unused, in pkt_subtype_assert_fail()
55 pkt_type_assert_fail(const packet_t ph, uint64_t type __unused) in pkt_type_assert_fail()
64 os_packet_set_headroom(const packet_t ph, const uint8_t headroom) in os_packet_set_headroom()
70 os_packet_get_headroom(const packet_t ph) in os_packet_get_headroom()
76 os_packet_set_link_header_length(const packet_t ph, const uint8_t off) in os_packet_set_link_header_length()
82 os_packet_get_link_header_length(const packet_t ph) in os_packet_get_link_header_length()
88 os_packet_set_link_broadcast(const packet_t ph) in os_packet_set_link_broadcast()
94 os_packet_get_link_broadcast(const packet_t ph) in os_packet_get_link_broadcast()
100 os_packet_set_link_multicast(const packet_t ph) in os_packet_set_link_multicast()
106 os_packet_get_link_multicast(const packet_t ph) in os_packet_get_link_multicast()
[all …]
H A Dos_channel.c1125 packet_t
1676 os_channel_packet_alloc(const channel_t chd, packet_t *ph) in os_channel_packet_alloc()
1740 os_channel_packet_free(const channel_t chd, packet_t ph) in os_channel_packet_free()
1792 const channel_slot_t slot, packet_t ph) in os_channel_slot_attach_packet()
1845 const channel_slot_t slot, packet_t ph) in os_channel_slot_detach_packet()
1912 packet_t ph; in os_channel_purge_packet_alloc_ring()
2151 return os_channel_packet_free(chd, (packet_t)ehandle); in os_channel_event_free()
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dos_packet.h300 typedef uint64_t packet_t; typedef
307 extern int os_packet_set_headroom(const packet_t, const uint8_t);
308 extern uint8_t os_packet_get_headroom(const packet_t);
309 extern int os_packet_set_link_header_length(const packet_t, const uint8_t);
310 extern uint8_t os_packet_get_link_header_length(const packet_t);
311 extern int os_packet_set_link_broadcast(const packet_t);
312 extern boolean_t os_packet_get_link_broadcast(const packet_t);
313 extern int os_packet_set_link_multicast(const packet_t);
314 extern boolean_t os_packet_get_link_multicast(const packet_t);
315 extern int os_packet_set_link_ethfcs(const packet_t);
[all …]
H A Dos_packet_private.h898 extern void pkt_subtype_assert_fail(const packet_t, uint64_t, uint64_t);
899 extern void pkt_type_assert_fail(const packet_t, uint64_t);
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel.h414 extern packet_t os_channel_slot_get_packet(const channel_ring_t ring,
454 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
463 os_channel_packet_free(const channel_t chd, packet_t packet);
470 const channel_slot_t slot, packet_t packet);
477 const channel_slot_t slot, packet_t packet);