Home
last modified time | relevance | path

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

/xnu-12377.61.12/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.c183 err = __packet_get_packetid(ph, &pkt_tx_status.packet_id); in kern_channel_event_transmit_status_with_packet()
/xnu-12377.61.12/tests/skywalk/
H A Dskywalk_test_common.c2541 packet_id_t *packet_id; in skt_process_chan_event_common() local
2551 assert(sizeof(*packet_id) <= ed.event_data_length); in skt_process_chan_event_common()
2552 packet_id = (packet_id_t*)ed.event_data; in skt_process_chan_event_common()
2556 packet_id->pktid_version, in skt_process_chan_event_common()
2557 packet_id->pktid_payload_type, in skt_process_chan_event_common()
2558 packet_id->pktid_sequence_number, in skt_process_chan_event_common()
2559 packet_id->pktid_timestamp, in skt_process_chan_event_common()
2560 packet_id->pktid_stream_identifier, in skt_process_chan_event_common()
2561 packet_id->_reserved, in skt_process_chan_event_common()
2575 assert(packet_id->pktid_payload_type == payload_type); in skt_process_chan_event_common()
[all …]
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dos_packet.h258 typedef struct packet_id { struct
H A Dpacket_kern.c1062 err = __packet_get_packetid(ph, &exp_notif.packet_id); in kern_packet_check_for_expiry_and_notify()
/xnu-12377.61.12/bsd/net/
H A Dif_fake.c1778 &expn.packet_id, &nx_port_id); in feth_tx_expired_error()
1822 &pkt_tx_status.packet_id, &nx_port_id); in feth_tx_complete_error()