Searched refs:bind (Results 1 – 5 of 5) sorted by relevance
197 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
204 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
347 #define bind(a,b,c) lwip_bind(a,b,c) macro
114 can be specified as IP_ADDR_ANY in order to bind the connection to
588 * tcp.c: tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind2156 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