Home
last modified time | relevance | path

Searched refs:recvfrom (Results 1 – 3 of 3) sorted by relevance

/openssl/include/internal/
H A De_os.h391 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) macro
/openssl/doc/designs/quic-design/
H A Ddgram-api.md279 internally before calling `sendto`/`recvfrom`, defeating the point of
420 b. Use `recvfrom` directly. This means we have a `recvmmsg` path and a
421 `recvfrom` path depending on what API is being used.
431 “stateless” (it's just a simple call to `recvfrom`, and doesn't require mutation
/openssl/crypto/bio/
H A Dbss_dgram.c308 ret = recvfrom(b->num, out, outl, flags, in dgram_read()

Completed in 14 milliseconds