Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsoundcard.h138 struct snd_size { struct
142 #define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */ argument
143 #define AIOSSIZE _IOWR('A', 11, struct snd_size) /* sets blocksize */
/f-stack/freebsd/netinet/
H A Dsctputil.c427 sctp_log_rwnd(uint8_t from, uint32_t peers_rwnd, uint32_t snd_size, uint32_t overhead) in sctp_log_rwnd() argument
433 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd()