Searched refs:sequence_id (Results 1 – 3 of 3) sorted by relevance
42 ntohs(hdr->sequence_id), pkt); \53 ntohs(hdr->sequence_id), pkt); \215 hdr->sequence_id = htons(port_ds->sync_seq_id); in gptp_prepare_sync()268 hdr->sequence_id = sync_hdr->sequence_id; in gptp_prepare_follow_up()316 hdr->sequence_id = htons(port_ds->pdelay_req_seq_id); in gptp_prepare_pdelay_req()374 hdr->sequence_id = query->sequence_id; in gptp_prepare_pdelay_resp()436 hdr->sequence_id = resp_hdr->sequence_id; in gptp_prepare_pdelay_follow_up()550 hdr->sequence_id = htons(port_ds->announce_seq_id); in gptp_prepare_announce()618 if (sync_hdr->sequence_id != hdr->sequence_id) { in gptp_handle_follow_up()620 "FOLLOWUP", ntohs(hdr->sequence_id), in gptp_handle_follow_up()[all …]
89 ntohs(hdr->sequence_id), pkt) \241 ntohs(hdr->sequence_id), pkt); in gptp_handle_msg()
178 uint16_t sequence_id; member