Searched defs:sendall (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3007 * mblk. (If sendall is not set the dup'ing will stop at an mblk boundary
3019 mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len,
3066 if (mp2 != mp1 && !sendall &&
3018 tcp_xmit_mp(tcp_t *tcp, mblk_t *mp, int32_t max_to_send, int32_t *offset, mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len, boolean_t rexmit) argument
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c66 sendall(e, mode) function
88 sm_dprintf("sendall: discarding id %s\n", e->e_id);
185 sm_dprintf("sendall: QS_SENDER ");
392 sm_dprintf("sendall: split %s into %s, owner = \"%s\", otherowners = %d\n",
406 sm_dprintf("sendall(split): QS_SENDER ");
482 sm_dprintf("sendall(owner): QS_SENDER ");
549 sm_dprintf("sendall: final mode = %c\n", mode);
664 syserr("%s: sendall: null lockfp", e->e_id);
886 (void) sm_snprintf(wbuf, sizeof(wbuf), "sendall(%.*s)",
1030 syserr("sendall
[all...]
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c5715 * mblk. (If sendall is not set the dup'ing will stop at an mblk boundary
5727 mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len,
5772 if (mp2 != mp1 && !sendall &&
5726 tcp_xmit_mp(tcp_t *tcp, mblk_t *mp, int32_t max_to_send, int32_t *offset, mblk_t **end_mp, uint32_t seq, boolean_t sendall, uint32_t *seg_len, boolean_t rexmit) argument

Completed in 85 milliseconds