HomeSort by relevance Sort by last modified time
    Searched refs:primary_destination (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 835 if (net != stcb->asoc.primary_destination) {
938 if ((stcb->asoc.primary_destination == net) && (alt != net)) {
1008 sctp_backoff_on_timeout(stcb, stcb->asoc.primary_destination, 1, 0, 0);
1016 alt = sctp_find_alternate_net(stcb, stcb->asoc.primary_destination, 0);
1017 if (alt != stcb->asoc.primary_destination) {
1018 sctp_move_chunks_from_net(stcb, stcb->asoc.primary_destination);
1019 stcb->asoc.primary_destination = alt;
    [all...]
sctp_asconf.c 532 if ((stcb->asoc.primary_destination->dest_state & SCTP_ADDR_REACHABLE) &&
533 (!(stcb->asoc.primary_destination->dest_state & SCTP_ADDR_PF)) &&
560 (stcb->asoc.primary_destination->dest_state &
567 stcb->asoc.primary_destination);
1010 SCTPDBG_ADDR(SCTP_DEBUG_ASCONF1, &stcb->asoc.primary_destination->ro._l_addr.sa);
    [all...]
sctp_input.c 542 asoc->primary_destination, SCTP_FROM_SCTP_INPUT+SCTP_LOC_4);
681 stcb->asoc.primary_destination = r_net;
721 if (r_net == stcb->asoc.primary_destination) {
741 stcb->asoc.primary_destination);
    [all...]
sctp_pcb.c     [all...]
sctp_usrreq.c     [all...]
sctp_output.c     [all...]
sctputil.c     [all...]
sctp_indata.c     [all...]
sctp_structs.h 884 struct sctp_nets *primary_destination; member in struct:sctp_association
    [all...]
sctp_sysctl.c 535 if (stcb->asoc.primary_destination != NULL)
536 xstcb.primary_addr = stcb->asoc.primary_destination->ro._l_addr;
    [all...]
sctp_auth.c     [all...]

Completed in 92 milliseconds