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

  /src/sys/netinet/
sctp_usrreq.c 2214 struct sctp_assocparams *sasoc; local in function:sctp_optsget
2224 sasoc = sopt->sopt_data;
2235 if ((sasoc->sasoc_assoc_id) && (stcb == NULL)) {
2237 sasoc->sasoc_assoc_id);
2247 sasoc->sasoc_asocmaxrxt = stcb->asoc.max_send_times;
2248 sasoc->sasoc_number_peer_destinations = stcb->asoc.numnets;
2249 sasoc->sasoc_peer_rwnd = stcb->asoc.peers_rwnd;
2250 sasoc->sasoc_local_rwnd = stcb->asoc.my_rwnd;
2251 sasoc->sasoc_cookie_life = stcb->asoc.cookie_life;
2255 sasoc->sasoc_asocmaxrxt = inp->sctp_ep.max_send_times
2959 struct sctp_assocparams *sasoc; local in function:sctp_optsset
    [all...]
sctp_usrreq.c 2214 struct sctp_assocparams *sasoc; local in function:sctp_optsget
2224 sasoc = sopt->sopt_data;
2235 if ((sasoc->sasoc_assoc_id) && (stcb == NULL)) {
2237 sasoc->sasoc_assoc_id);
2247 sasoc->sasoc_asocmaxrxt = stcb->asoc.max_send_times;
2248 sasoc->sasoc_number_peer_destinations = stcb->asoc.numnets;
2249 sasoc->sasoc_peer_rwnd = stcb->asoc.peers_rwnd;
2250 sasoc->sasoc_local_rwnd = stcb->asoc.my_rwnd;
2251 sasoc->sasoc_cookie_life = stcb->asoc.cookie_life;
2255 sasoc->sasoc_asocmaxrxt = inp->sctp_ep.max_send_times
2959 struct sctp_assocparams *sasoc; local in function:sctp_optsset
    [all...]

Completed in 198 milliseconds