Home
last modified time | relevance | path

Searched defs:bytes_to_send (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snd.c55 unsigned int bytes_sent, bytes_remaining, bytes_to_send; in _tx_snd() local
H A Dt_sndv.c53 unsigned int bytes_sent, bytes_remaining, bytes_to_send, nbytes; in _tx_sndv() local
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c320 sctp_chunkify(sctp_t *sctp, int mss, int firstseg_len, int bytes_to_send) in sctp_chunkify()