_PTRPOS           155 lib/util/byteorder.h #define SVAL(buf,pos) ld_le16((const uint16_t *)_PTRPOS(buf,pos))
_PTRPOS           156 lib/util/byteorder.h #define IVAL(buf,pos) ld_le32((const uint32_t *)_PTRPOS(buf,pos))
_PTRPOS           157 lib/util/byteorder.h #define SSVAL(buf,pos,val) st_le16((uint16_t *)_PTRPOS(buf,pos), val)
_PTRPOS           158 lib/util/byteorder.h #define SIVAL(buf,pos,val) st_le32((uint32_t *)_PTRPOS(buf,pos), val)