HomeSort by: relevance | last modified time | path
    Searched defs:initm (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 2570 struct sctp_init_msg *initm; local in function:sctp_send_initiate
2632 initm = mtod(m, struct sctp_init_msg *);
2633 initm->sh.src_port = inp->sctp_lport;
2634 initm->sh.dest_port = stcb->rport;
2635 initm->sh.v_tag = 0;
2636 initm->sh.checksum = 0; /* calculate later */
2638 initm->msg.ch.chunk_type = SCTP_INITIATION;
2639 initm->msg.ch.chunk_flags = 0;
2641 initm->msg.ch.chunk_length = 0;
2643 initm->msg.init.initiate_tag = htonl(stcb->asoc.my_vtag)
7316 struct sctp_initmsg initm; local in function:sctp_output
9956 struct sctp_initmsg initm; local in function:sctp_sosend
    [all...]
sctp_output.c 2570 struct sctp_init_msg *initm; local in function:sctp_send_initiate
2632 initm = mtod(m, struct sctp_init_msg *);
2633 initm->sh.src_port = inp->sctp_lport;
2634 initm->sh.dest_port = stcb->rport;
2635 initm->sh.v_tag = 0;
2636 initm->sh.checksum = 0; /* calculate later */
2638 initm->msg.ch.chunk_type = SCTP_INITIATION;
2639 initm->msg.ch.chunk_flags = 0;
2641 initm->msg.ch.chunk_length = 0;
2643 initm->msg.init.initiate_tag = htonl(stcb->asoc.my_vtag)
7316 struct sctp_initmsg initm; local in function:sctp_output
9956 struct sctp_initmsg initm; local in function:sctp_sosend
    [all...]
sctp_output.c 2570 struct sctp_init_msg *initm; local in function:sctp_send_initiate
2632 initm = mtod(m, struct sctp_init_msg *);
2633 initm->sh.src_port = inp->sctp_lport;
2634 initm->sh.dest_port = stcb->rport;
2635 initm->sh.v_tag = 0;
2636 initm->sh.checksum = 0; /* calculate later */
2638 initm->msg.ch.chunk_type = SCTP_INITIATION;
2639 initm->msg.ch.chunk_flags = 0;
2641 initm->msg.ch.chunk_length = 0;
2643 initm->msg.init.initiate_tag = htonl(stcb->asoc.my_vtag)
7316 struct sctp_initmsg initm; local in function:sctp_output
9956 struct sctp_initmsg initm; local in function:sctp_sosend
    [all...]
sctp_output.c 2570 struct sctp_init_msg *initm; local in function:sctp_send_initiate
2632 initm = mtod(m, struct sctp_init_msg *);
2633 initm->sh.src_port = inp->sctp_lport;
2634 initm->sh.dest_port = stcb->rport;
2635 initm->sh.v_tag = 0;
2636 initm->sh.checksum = 0; /* calculate later */
2638 initm->msg.ch.chunk_type = SCTP_INITIATION;
2639 initm->msg.ch.chunk_flags = 0;
2641 initm->msg.ch.chunk_length = 0;
2643 initm->msg.init.initiate_tag = htonl(stcb->asoc.my_vtag)
7316 struct sctp_initmsg initm; local in function:sctp_output
9956 struct sctp_initmsg initm; local in function:sctp_sosend
    [all...]

Completed in 144 milliseconds