Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dsockets.h2451 #define bind(s, name, namelen) lwip_bind(s, name, namelen) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Delf.h490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument