Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.h29 int d_tcpsndbufsize; /* size of TCP send buffer */ member
H A Ddaemon.c1145 if (d->d_tcpsndbufsize > 0)
1149 (char *) &d->d_tcpsndbufsize,
1150 sizeof(d->d_tcpsndbufsize)) < 0)
1598 d->d_tcpsndbufsize = atoi(v);
2569 if (ClientSettings[family].d_tcpsndbufsize > 0)
2572 (char *) &ClientSettings[family].d_tcpsndbufsize,
2573 sizeof(ClientSettings[family].d_tcpsndbufsize)) < 0)