Home
last modified time | relevance | path

Searched defs:type (Results 26 – 32 of 32) sorted by relevance

12

/sys/include/
Delf32.h139 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) argument
197 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
/lib/liblwip/src/include/lwip/
Dapi.h136 enum netconn_type type; member
Dtcp.h156 #define TCP_PCB_COMMON(type) \ argument
/lib/liblwip/src/netif/
Detharp.c1280 u16_t type; local
/sys/amd64/include/
Damd64.h96 uint8_t type; member
Dmultiboot.h233 uint32_t type; member
/lib/liblwip/src/api/
Dsockets.c948 lwip_socket(int domain, int type, int protocol)

12