Home
last modified time | relevance | path

Searched refs:packet_id (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/bsd/skywalk/channel/
H A Dos_channel_event.h64 packet_id_t packet_id; member
94 packet_id_t packet_id; member
H A Dkern_channel_event.c184 err = __packet_get_packetid(ph, &pkt_tx_status.packet_id); in kern_channel_event_transmit_status_with_packet()
/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c2593 packet_id_t *packet_id; in skt_process_chan_event_common() local
2603 assert(sizeof(*packet_id) <= ed.event_data_length); in skt_process_chan_event_common()
2604 packet_id = (packet_id_t*)ed.event_data; in skt_process_chan_event_common()
2608 packet_id->pktid_version, in skt_process_chan_event_common()
2609 packet_id->pktid_payload_type, in skt_process_chan_event_common()
2610 packet_id->pktid_sequence_number, in skt_process_chan_event_common()
2611 packet_id->pktid_timestamp, in skt_process_chan_event_common()
2612 packet_id->pktid_stream_identifier, in skt_process_chan_event_common()
2613 packet_id->_reserved, in skt_process_chan_event_common()
2627 assert(packet_id->pktid_payload_type == payload_type); in skt_process_chan_event_common()
[all …]
/xnu-11215.81.4/bsd/skywalk/packet/
H A Dos_packet.h258 typedef struct packet_id { struct
H A Dpacket_kern.c1086 err = __packet_get_packetid(ph, &exp_notif.packet_id); in kern_packet_check_for_expiry_and_notify()
/xnu-11215.81.4/bsd/net/
H A Dif_fake.c1756 &expn.packet_id, &nx_port_id); in feth_tx_expired_error()
1800 &pkt_tx_status.packet_id, &nx_port_id); in feth_tx_complete_error()