Home | History | Annotate | Download | only in src

Lines Matching refs:PTP_DL_LE

13 	return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var));
19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var));
25 if (params->byteorder==PTP_DL_LE)
34 if (params->byteorder==PTP_DL_LE)
43 if (params->byteorder==PTP_DL_LE)
52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var));
58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var));
64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var));
70 return ((params->byteorder==PTP_DL_LE)?le16atoh(a):be16atoh(a));
76 return ((params->byteorder==PTP_DL_LE)?le32atoh(a):be32atoh(a));
82 return ((params->byteorder==PTP_DL_LE)?le64atoh(a):be64atoh(a));