Searched refs:snd (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/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 (snd->sb_cc >= (snd
1713 struct sockbuf *snd; local
[all...]
/freebsd-10.1-release/contrib/unbound/services/
H A Dlisten_dnsport.c95 int rcv, int snd, int listen, int* reuseport)
108 (void)snd;
236 if(snd) {
244 if(setsockopt(s, SOL_SOCKET, SO_SNDBUFFORCE, (void*)&snd,
245 (socklen_t)sizeof(snd)) < 0) {
262 if(setsockopt(s, SOL_SOCKET, SO_SNDBUF, (void*)&snd,
263 (socklen_t)sizeof(snd)) < 0) {
281 &slen) >= 0 && got < snd/2) {
287 (unsigned)snd, (unsigned)got);
568 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd,
93 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) argument
567 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) argument
615 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) argument
739 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, int* reuseport) argument
[all...]
H A Dlisten_dnsport.h185 * @param snd: set size on sndbuf with socket option, if 0 it is not set.
194 int snd, int listen, int* reuseport);
/freebsd-10.1-release/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-10.1-release/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;
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_locl.h1121 int dtls1_enc(SSL *s, int snd);
1128 int tls1_enc(SSL *s, int snd);
1132 int tls1_mac(SSL *ssl, unsigned char *md, int snd);
/freebsd-10.1-release/share/man/man4/
H A DMakefile695 MLINKS+=pcm.4 snd.4 \
/freebsd-10.1-release/sys/dev/sound/pcm/
H A Dsound.c52 TUNABLE_INT("hw.snd.default_unit", &snd_unit);
55 TUNABLE_INT("hw.snd.default_auto", &snd_unit_auto);
63 TUNABLE_INT("hw.snd.maxautovchans", &snd_maxautovchans);
65 SYSCTL_NODE(_hw, OID_AUTO, snd, CTLFLAG_RD, 0, "Sound driver");
1028 "Use 'hw.snd.maxunit' tunable to raise the limit.\n");
/freebsd-10.1-release/etc/
H A Dservices95 mpm-snd 46/tcp #MPM [default send]
96 mpm-snd 46/udp #MPM [default send]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2read.c376 long int snd; member in union:attribute::__anon1309
395 #define DW_SND(attr) ((attr)->u.snd)

Completed in 92 milliseconds