Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dudp_var.h93 int udp_send(struct socket *, struct mbuf *, struct sockaddr *,
H A Dudp_usrreq.c1074 udp_send(struct socket *so, struct mbuf *m, struct sockaddr *nam, in udp_send() function
1367 #define udp_send udp_send_wrapper macro
1388 .pr_send = udp_send,
/netbsd/external/mit/libuv/dist/test/
H A Dtest-getsockname.c267 static void udp_send(uv_udp_send_t* req, int status) { in udp_send() function
322 udp_send); in udp_sender()
/netbsd/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr-int.h349 uv_udp_send_t udp_send; member
H A Dudp.c653 r = uv_udp_send(&req->uv_req.udp_send, &sock->uv_handle.udp, in udp_send_direct()
/netbsd/usr.sbin/syslogd/
H A Dsyslogd.c252 void udp_send(struct filed *, char *, size_t);
2381 udp_send(f, lineptr, len); in fprintlog()
2601 udp_send(struct filed *f, char *line, size_t len) in udp_send() function
/netbsd/external/mit/libuv/dist/include/
H A Duv.h179 XX(UDP_SEND, udp_send) \
/netbsd/sys/net/
H A Dif_wg.c3948 error = udp_send(so, m, wgsatosa(wgsa), NULL, curlwp); in wg_send_udp()