HomeSort by: relevance | last modified time | path
    Searched defs:unaligned_uint16_t (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libpcap/dist/
extract.h 153 * typedef uint16_t unaligned_uint16_t;
155 * to define unaligned_uint16_t as a 16-bit unaligned data type.
172 } __attribute__((packed)) unaligned_uint16_t; typedef in typeref:struct:__anon7244
189 return ((uint16_t)ntohs(((const unaligned_uint16_t *)(p))->val));
extract.h 153 * typedef uint16_t unaligned_uint16_t;
155 * to define unaligned_uint16_t as a 16-bit unaligned data type.
172 } __attribute__((packed)) unaligned_uint16_t; typedef in typeref:struct:__anon7244
189 return ((uint16_t)ntohs(((const unaligned_uint16_t *)(p))->val));
extract.h 153 * typedef uint16_t unaligned_uint16_t;
155 * to define unaligned_uint16_t as a 16-bit unaligned data type.
172 } __attribute__((packed)) unaligned_uint16_t; typedef in typeref:struct:__anon7244
189 return ((uint16_t)ntohs(((const unaligned_uint16_t *)(p))->val));
  /src/external/bsd/tcpdump/dist/
extract.h 175 * typedef uint16_t unaligned_uint16_t;
177 * to define unaligned_uint16_t as a 16-bit unaligned data type.
194 } __attribute__((packed)) unaligned_uint16_t; typedef in typeref:struct:__anon15
211 return ((uint16_t)ntohs(((const unaligned_uint16_t *)(p))->val));
extract.h 175 * typedef uint16_t unaligned_uint16_t;
177 * to define unaligned_uint16_t as a 16-bit unaligned data type.
194 } __attribute__((packed)) unaligned_uint16_t; typedef in typeref:struct:__anon15
211 return ((uint16_t)ntohs(((const unaligned_uint16_t *)(p))->val));
extract.h 175 * typedef uint16_t unaligned_uint16_t;
177 * to define unaligned_uint16_t as a 16-bit unaligned data type.
194 } __attribute__((packed)) unaligned_uint16_t; typedef in typeref:struct:__anon15
211 return ((uint16_t)ntohs(((const unaligned_uint16_t *)(p))->val));

Completed in 68 milliseconds