HomeSort by relevance Sort by last modified time
    Searched refs:de_type (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/hcidump/parser/
sdp.c 248 uint8_t de_type = de_hdr >> 3; local
266 return de_type;
269 static inline void print_int(uint8_t de_type, int level, int n, struct frame *frm, uint16_t *psm, uint8_t *channel)
273 switch(de_type) {
288 if (channel && de_type == SDP_DE_UINT)
294 if (psm && de_type == SDP_DE_UINT)
399 static inline void print_des(uint8_t de_type, int level, int n, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel)
409 uint8_t de_type = parse_de_hdr(frm, &n); local
411 switch (de_type) {
418 print_int(de_type, level, n, frm, psm, channel)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gfs2_ondisk.h 309 __be16 de_type; member in struct:gfs2_dirent

Completed in 488 milliseconds