Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c1137 packet_t
1694 os_channel_packet_alloc(const channel_t chd, packet_t *ph) in os_channel_packet_alloc()
1758 os_channel_packet_free(const channel_t chd, packet_t ph) in os_channel_packet_free()
1810 const channel_slot_t slot, packet_t ph) in os_channel_slot_attach_packet()
1863 const channel_slot_t slot, packet_t ph) in os_channel_slot_detach_packet()
1930 packet_t ph; in os_channel_purge_packet_alloc_ring()
2169 return os_channel_packet_free(chd, (packet_t)ehandle); in os_channel_event_free()
/xnu-8792.41.9/bsd/skywalk/packet/
H A Dos_packet.h368 typedef uint64_t packet_t; typedef
376 extern int os_packet_set_headroom(const packet_t, const uint8_t);
377 extern uint8_t os_packet_get_headroom(const packet_t);
378 extern int os_packet_set_link_header_length(const packet_t, const uint8_t);
379 extern uint8_t os_packet_get_link_header_length(const packet_t);
380 extern int os_packet_set_link_broadcast(const packet_t);
381 extern boolean_t os_packet_get_link_broadcast(const packet_t);
382 extern int os_packet_set_link_multicast(const packet_t);
383 extern boolean_t os_packet_get_link_multicast(const packet_t);
384 extern int os_packet_set_link_ethfcs(const packet_t);
[all …]
H A Dos_packet_private.h942 extern void pkt_subtype_assert_fail(const packet_t, uint64_t, uint64_t);
943 extern void pkt_type_assert_fail(const packet_t, uint64_t);
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel.h415 extern packet_t os_channel_slot_get_packet(const channel_ring_t ring,
455 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
464 os_channel_packet_free(const channel_t chd, packet_t packet);
471 const channel_slot_t slot, packet_t packet);
478 const channel_slot_t slot, packet_t packet);