Searched defs:_NX_SEND (Results 1 - 1 of 1) sorted by relevance
/third_party/NuttX/include/nuttx/net/ | ||
H A D | net.h | 67 # define _NX_SEND(s,b,l,f) nx_send(s,b,l,f) macro 73 # define _NX_SEND(s,b,l,f) send(s,b,l,f) macro |
Completed in 2 milliseconds