Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c162 #define NX_PTP_MSG_VERSION(p_) ((p_)[1] & 0xf) argument
165 #define NX_PTP_MSG_DOMAIN(p_) ((p_)[4]) argument
200 #define NX_PTP_MSG_UTC_OFFSET(p_) ((SHORT)((p_[10] << 8) | p_[11])) argument
203 #define NX_PTP_RD16(p_, v_) { \ argument
205 t_ = *p_++; \
207 v_ = (USHORT)(t_ | *p_++); }
209 #define NX_PTP_RD32(p_, v_) { \ argument
211 t_ = *p_++; \
213 t_ |= *p_++; \
215 t_ |= *p_++; \
[all …]