Home
last modified time | relevance | path

Searched refs:chunk_buf (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_input.c3046 u_int8_t chunk_buf[DEFAULT_CHUNK_BUFFER]; in sctp_process_control() local
3209 sizeof(struct sctp_init_ack), chunk_buf); in sctp_process_control()
3219 if ((size_t)chk_length > sizeof(chunk_buf)) { in sctp_process_control()
3242 chk_length, chunk_buf); in sctp_process_control()
3670 chk_length, chunk_buf); in sctp_process_control()
3688 chk_length, chunk_buf); in sctp_process_control()
3755 sizeof(struct sctp_chunkhdr), chunk_buf); in sctp_process_control()
4198 struct sctp_init_chunk *init_chk, chunk_buf; in sctp_input() local
4222 (u_int8_t *)&chunk_buf); in sctp_input()
H A Dsctputil.c2716 struct sctp_chunkhdr *ch, chunk_buf; in sctp_handle_ootb() local
2726 sizeof(*ch), (u_int8_t *)&chunk_buf); in sctp_handle_ootb()
2754 sizeof(*ch), (u_int8_t *)&chunk_buf); in sctp_handle_ootb()
2767 struct sctp_init_chunk *init_chk, chunk_buf; in sctp_is_there_an_abort_here() local
2773 (u_int8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
2788 offset, sizeof(*init_chk), (u_int8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
2796 sizeof(*ch), (u_int8_t *)&chunk_buf); in sctp_is_there_an_abort_here()
H A Dsctp_indata.c2508 struct sctp_data_chunk *ch, chunk_buf; in sctp_process_data() local
2572 sizeof(chunk_buf), (u_int8_t *)&chunk_buf); in sctp_process_data()
2661 sizeof(chunk_buf), (u_int8_t *)&chunk_buf); in sctp_process_data()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dudp.c192 uv_buf_t chunk_buf; in uv__udp_recvmmsg() local
230 chunk_buf = uv_buf_init(iov[k].iov_base, iov[k].iov_len); in uv__udp_recvmmsg()
233 &chunk_buf, in uv__udp_recvmmsg()
/netbsd/sys/netinet6/
H A Dsctp6_usrreq.c214 struct sctp_init_chunk *init_chk, chunk_buf; in sctp6_input() local
224 (u_int8_t *)&chunk_buf); in sctp6_input()