Searched refs:snd (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/testcode/
H A Dfake_event.c1618 int* ATTR_UNUSED(noproto), int ATTR_UNUSED(rcv), int ATTR_UNUSED(snd),
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h223 * @param snd: set size on sndbuf with socket option, if 0 it is not set.
236 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
H A Dlisten_dnsport.c199 int rcv, int snd, int listen, int* reuseport, int transparent,
214 (void)snd;
397 if(snd) {
405 if(setsockopt(s, SOL_SOCKET, SO_SNDBUFFORCE, (void*)&snd,
406 (socklen_t)sizeof(snd)) < 0) {
416 if(setsockopt(s, SOL_SOCKET, SO_SNDBUF, (void*)&snd,
417 (socklen_t)sizeof(snd)) < 0) {
428 &slen) >= 0 && got < snd/2) {
434 (unsigned)snd, (unsigned)got);
917 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd,
197 create_udp_sock(int family, int socktype, struct sockaddr* addr, socklen_t addrlen, int v6only, int* inuse, int* noproto, int rcv, int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp) argument
916 make_sock(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
967 make_sock_port(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp) argument
1135 ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp, struct addrinfo *hints, const char* port, struct listen_port** list, size_t rcv, size_t snd, int ssl_port, struct config_strlist* tls_additional_port, int https_port, int* reuseport, int transparent, int tcp_mss, int freebind, int http2_nodelay, int use_systemd, int dnscrypt_port, int dscp) argument
[all...]
/freebsd-11-stable/share/man/man4/
H A DMakefile733 MLINKS+=pcm.4 snd.4 \
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.c59 SYSCTL_NODE(_hw, OID_AUTO, snd, CTLFLAG_RD, 0, "Sound driver");
1067 "Use 'hw.snd.maxunit' tunable to raise the limit.\n");
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_locl.h1343 int tls1_enc(SSL *s, int snd);
1347 int tls1_mac(SSL *ssl, unsigned char *md, int snd);
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c355 struct sockbuf *snd; local
358 snd = so_sockbuf_snd(so);
377 if (V_tcp_do_autosndbuf && snd->sb_flags & SB_AUTOSIZE)
380 req->param |= htonl(V_TX_SNDBUF(snd->sb_hiwat >> 15));
432 struct sockbuf *snd; local
440 snd = so_sockbuf_snd(so);
441 SOCKBUF_LOCK(snd);
446 if (snd->sb_flags & SB_AUTOSIZE && VNET(tcp_do_autosndbuf)) {
447 if (sbused(snd) >= (snd
1711 struct sockbuf *snd; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1390 5NEhcShqNxhSZnny8JDrUJlRUnSsjykLO2k6pFRcoBy7+snd/NJerK+CE0QAzvJ5
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dclient.c549 heim_ipc_call(heim_ipc ctx, const heim_idata *snd, heim_idata *rcv, argument
554 return (ctx->ops->ipc)(ctx->ctx, snd, rcv, cred);
558 heim_ipc_async(heim_ipc ctx, const heim_idata *snd, void *userctx, argument
566 ret = (ctx->ops->ipc)(ctx->ctx, snd, &rcv, &cred);
572 return (ctx->ops->async)(ctx->ctx, snd, userctx, func);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c376 long int snd; member in union:attribute::__anon1508
395 #define DW_SND(attr) ((attr)->u.snd)
/freebsd-11-stable/contrib/gcc/
H A Dcfgloopmanip.c704 edge snd; local
715 snd = e == EDGE_SUCC (src, 0) ? EDGE_SUCC (src, 1) : EDGE_SUCC (src, 0);
716 newdest = snd->dest;
725 irr = snd->flags & EDGE_IRREDUCIBLE_LOOP;

Completed in 315 milliseconds