Searched refs:initmsg (Results 1 – 3 of 3) sorted by relevance
165 struct initmsg /* initialization message */ struct240 struct initmsg cm_init; /* initialization message */
192 if (length < sizeof(struct initmsg)) in print_decnet_ctlmsg()
3569 struct sctp_initmsg initmsg; in sctp_process_cmsgs_for_init() local3606 … m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), sizeof(struct sctp_initmsg), (caddr_t)&initmsg); in sctp_process_cmsgs_for_init()3607 if (initmsg.sinit_max_attempts) in sctp_process_cmsgs_for_init()3608 stcb->asoc.max_init_times = initmsg.sinit_max_attempts; in sctp_process_cmsgs_for_init()3609 if (initmsg.sinit_num_ostreams) in sctp_process_cmsgs_for_init()3610 stcb->asoc.pre_open_streams = initmsg.sinit_num_ostreams; in sctp_process_cmsgs_for_init()3611 if (initmsg.sinit_max_instreams) in sctp_process_cmsgs_for_init()3612 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams; in sctp_process_cmsgs_for_init()3613 if (initmsg.sinit_max_init_timeo) in sctp_process_cmsgs_for_init()3614 stcb->asoc.initial_init_rto_max = initmsg.sinit_max_init_timeo; in sctp_process_cmsgs_for_init()