Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 5 of 5) sorted by relevance

/sys/include/
Delf32.h197 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
Delf64.h204 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
/lib/liblwip/src/include/lwip/
Dsockets.h347 #define bind(a,b,c) lwip_bind(a,b,c) macro
/lib/liblwip/doc/
Drawapi.txt114 can be specified as IP_ADDR_ANY in order to bind the connection to
/lib/liblwip/
DCHANGELOG588 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind
2156 port (only solution to let UDP pcbs 'bind' to a netif instead of an IP address)
2616 * sockets.c: Add asserts inside bind, connect and sendto to check input