Searched refs:p_ (Results 1 – 1 of 1) sorted by relevance
162 #define NX_PTP_MSG_VERSION(p_) ((p_)[1] & 0xf) argument165 #define NX_PTP_MSG_DOMAIN(p_) ((p_)[4]) argument200 #define NX_PTP_MSG_UTC_OFFSET(p_) ((SHORT)((p_[10] << 8) | p_[11])) argument203 #define NX_PTP_RD16(p_, v_) { \ argument205 t_ = *p_++; \207 v_ = (USHORT)(t_ | *p_++); }209 #define NX_PTP_RD32(p_, v_) { \ argument211 t_ = *p_++; \213 t_ |= *p_++; \215 t_ |= *p_++; \[all …]