HomeSort by: relevance | last modified time | path
    Searched defs:sendto (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/include/rump/
rump_syscallshotgun.h 47 #define sendto(a,b,c,d,e,f) rump_sys_sendto(a,b,c,d,e,f) macro
  /src/lib/libpthread/
pthread_cancelstub.c 144 __typeof(sendto) _sys_sendto;
664 sendto(int s, const void *msg, size_t len, int flags, function in typeref:typename:ssize_t
816 __strong_alias(_sendto, sendto)

Completed in 59 milliseconds