Searched refs:bind (Results 1 – 3 of 3) sorted by relevance
63 if (bind(s, (struct sockaddr *) &sa, sizeof(sa)) < 0) { in inet_listen()
563 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
347 #define bind(a,b,c) lwip_bind(a,b,c) macro
Completed in 13 milliseconds