Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/net/
Dmod.rs101 fn bind(&mut self, _endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
Dsocket.rs430 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
737 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
/DragonOS-0.1.7/kernel/src/libs/libELF/
Delf.h573 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
578 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument