HomeSort by relevance Sort by last modified time
    Searched defs:def_size (Results 1 - 5 of 5) sorted by null

  /external/strace/
rtnl_neightbl.c 118 const unsigned int def_size = sizeof(ndtst); local
120 (len >= def_size) ? def_size :
138 if (len >= def_size)
rtnl_link.c 74 const unsigned int def_size = sizeof(st); local
76 (len >= def_size) ? def_size :
110 if (len >= def_size)
253 const unsigned int def_size = sizeof(st); local
254 const unsigned int size = (len >= def_size) ? def_size : 0;
450 const unsigned int def_size = sizeof(st); local
452 (len >= def_size) ? def_size
    [all...]
  /bionic/libc/kernel/uapi/linux/
atmsap.h 78 unsigned char def_size; member in struct:atm_blli::__anon426::__anon427
  /external/iproute2/include/uapi/linux/
atmsap.h 119 unsigned char def_size; /* default packet size (log2), 4-12 (0 to */ member in struct:atm_blli::__anon24458::__anon24459
  /external/kernel-headers/original/uapi/linux/
atmsap.h 119 unsigned char def_size; /* default packet size (log2), 4-12 (0 to */ member in struct:atm_blli::__anon25316::__anon25317

Completed in 601 milliseconds