Searched refs:initmsg (Results 1 – 2 of 2) sorted by relevance
178 struct initmsg /* initialization message */ struct253 struct initmsg cm_init; /* initialization message */615 if (length < sizeof(struct initmsg)) in print_decnet_ctlmsg()
3572 struct sctp_initmsg initmsg; in sctp_process_cmsgs_for_init() local3609 m_copydata(control, cmsg_data_off, sizeof(struct sctp_initmsg), (caddr_t)&initmsg); in sctp_process_cmsgs_for_init()3610 if (initmsg.sinit_max_attempts) in sctp_process_cmsgs_for_init()3611 stcb->asoc.max_init_times = initmsg.sinit_max_attempts; in sctp_process_cmsgs_for_init()3612 if (initmsg.sinit_num_ostreams) in sctp_process_cmsgs_for_init()3613 stcb->asoc.pre_open_streams = initmsg.sinit_num_ostreams; in sctp_process_cmsgs_for_init()3614 if (initmsg.sinit_max_instreams) in sctp_process_cmsgs_for_init()3615 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams; in sctp_process_cmsgs_for_init()3616 if (initmsg.sinit_max_init_timeo) in sctp_process_cmsgs_for_init()3617 stcb->asoc.initial_init_rto_max = initmsg.sinit_max_init_timeo; in sctp_process_cmsgs_for_init()