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

/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c354 struct sockbuf *snd; local
357 snd = so_sockbuf_snd(so);
376 if (V_tcp_do_autosndbuf && snd->sb_flags & SB_AUTOSIZE)
379 req->param |= htonl(V_TX_SNDBUF(snd->sb_hiwat >> 15));
431 struct sockbuf *snd; local
439 snd = so_sockbuf_snd(so);
440 SOCKBUF_LOCK(snd);
445 if (snd->sb_flags & SB_AUTOSIZE && VNET(tcp_do_autosndbuf)) {
446 if (snd->sb_cc >= (snd
1711 struct sockbuf *snd; local
[all...]
/freebsd-10-stable/contrib/unbound/services/
H A Dlisten_dnsport.c99 int rcv, int snd, int listen, int* reuseport, int transparent)
112 (void)snd;
251 if(snd) {
259 if(setsockopt(s, SOL_SOCKET, SO_SNDBUFFORCE, (void*)&snd,
260 (socklen_t)sizeof(snd)) < 0) {
277 if(setsockopt(s, SOL_SOCKET, SO_SNDBUF, (void*)&snd,
278 (socklen_t)sizeof(snd)) < 0) {
296 &slen) >= 0 && got < snd/2) {
302 (unsigned)snd, (unsigned)got);
680 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd,
97 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) argument
679 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) argument
728 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) argument
853 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, int transparent) argument
[all...]
H A Dlisten_dnsport.h187 * @param snd: set size on sndbuf with socket option, if 0 it is not set.
197 int snd, int listen, int* reuseport, int transparent);
/freebsd-10-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-10-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;
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_locl.h1122 int dtls1_enc(SSL *s, int snd);
1129 int tls1_enc(SSL *s, int snd);
1133 int tls1_mac(SSL *ssl, unsigned char *md, int snd);
/freebsd-10-stable/share/man/man4/
H A DMakefile687 MLINKS+=pcm.4 snd.4 \
/freebsd-10-stable/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-stable/contrib/gdb/gdb/
H A Ddwarf2read.c376 long int snd; member in union:attribute::__anon1328
395 #define DW_SND(attr) ((attr)->u.snd)
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1390 5NEhcShqNxhSZnny8JDrUJlRUnSsjykLO2k6pFRcoBy7+snd/NJerK+CE0QAzvJ5

Completed in 284 milliseconds