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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c3924 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature)
3955 copy_initack = SCTP_M_COPYM(initack, initack_offset, M_COPYALL,
5847 struct sctp_init_ack_chunk *initack; local
6217 initack = mtod(m, struct sctp_init_ack_chunk *);
6225 initack->ch.chunk_type = SCTP_INITIATION_ACK;
6226 initack->ch.chunk_flags = 0;
6228 initack->ch.chunk_length = 0;
6235 initack->init.initiate_tag = htonl(asoc->my_vtag);
6236 initack->init.initial_tsn = htonl(asoc->init_seq_number);
6254 initack
3923 sctp_add_cookie(struct mbuf *init, int init_offset, struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature) argument
[all...]

Completed in 77 milliseconds