Searched refs:packet_id_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/packet/ |
| H A D | os_packet.h | 252 } packet_id_t; typedef 342 extern int os_packet_get_packetid(const packet_t, packet_id_t *); 343 extern int os_packet_set_packetid(const packet_t, packet_id_t *); 647 extern errno_t kern_packet_get_packetid(const kern_packet_t, packet_id_t *);
|
| H A D | packet_common.h | 447 __packet_get_packetid(const uint64_t ph, packet_id_t *pktid) in __packet_get_packetid() 454 uint16_t len = sizeof(packet_id_t); in __packet_get_packetid() 464 (len != sizeof(packet_id_t)))) { in __packet_get_packetid() 472 __packet_set_packetid(const uint64_t ph, const packet_id_t *pktid) in __packet_set_packetid() 477 sizeof(packet_id_t), PKT_OPT_TOKEN_TYPE_PACKET_ID, in __packet_set_packetid() 481 sizeof(packet_id_t), PKT_OPT_TOKEN_TYPE_PACKET_ID, in __packet_set_packetid()
|
| H A D | packet_kern.c | 480 kern_packet_get_packetid(const kern_packet_t ph, packet_id_t *pktid) in kern_packet_get_packetid()
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | os_channel_event.h | 51 packet_id_t packet_id;
|
| H A D | kern_channel_event.c | 37 packet_id_t pktid; in kern_channel_event_transmit_status()
|
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 284 os_packet_get_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_get_packetid() 290 os_packet_set_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_set_packetid()
|