Searched refs:initmsg (Results 1 – 2 of 2) sorted by relevance
188 struct initmsg /* initialization message */ struct263 struct initmsg cm_init; /* initialization message */629 if (length < sizeof(struct initmsg)) in print_decnet_ctlmsg()
3575 struct sctp_initmsg initmsg; in sctp_process_cmsgs_for_init() local3612 m_copydata(control, cmsg_data_off, sizeof(struct sctp_initmsg), (caddr_t)&initmsg); in sctp_process_cmsgs_for_init()3613 if (initmsg.sinit_max_attempts) in sctp_process_cmsgs_for_init()3614 stcb->asoc.max_init_times = initmsg.sinit_max_attempts; in sctp_process_cmsgs_for_init()3615 if (initmsg.sinit_num_ostreams) in sctp_process_cmsgs_for_init()3616 stcb->asoc.pre_open_streams = initmsg.sinit_num_ostreams; in sctp_process_cmsgs_for_init()3617 if (initmsg.sinit_max_instreams) in sctp_process_cmsgs_for_init()3618 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams; in sctp_process_cmsgs_for_init()3619 if (initmsg.sinit_max_init_timeo) in sctp_process_cmsgs_for_init()3620 stcb->asoc.initial_init_rto_max = initmsg.sinit_max_init_timeo; in sctp_process_cmsgs_for_init()