Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_udp.c23 static ssize_t ngx_udp_shared_recv(ngx_connection_t *c, u_char *buf,
317 c->recv = ngx_udp_shared_recv; in ngx_event_recvmsg()
444 ngx_udp_shared_recv(ngx_connection_t *c, u_char *buf, size_t size) in ngx_udp_shared_recv() function