Home
last modified time | relevance | path

Searched refs:SCTP_STATE_COOKIE (Results 1 – 4 of 4) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_constants.h405 #define SCTP_STATE_COOKIE 0x0007 macro
Dsctp_output.c3997 ph->param_type = htons(SCTP_STATE_COOKIE);
5478 case SCTP_STATE_COOKIE:
9617 if (ptype == SCTP_STATE_COOKIE) {
Dsctp_input.c513 cause->type[0] = htons(SCTP_STATE_COOKIE); in sctp_process_init_ack()
Dsctp_pcb.c7623 (ptype == SCTP_STATE_COOKIE) ||