Searched refs:initm (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/netinet/
H A Dsctp_output.c2570 struct sctp_init_msg *initm; local
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
7329 struct sctp_initmsg initm; local
9979 struct sctp_initmsg initm; local
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-sctp.c246 struct sctpInitiation initm; member in struct:sctpUnifiedInit

Completed in 90 milliseconds