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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 112 net->dest_state &= ~SCTP_ADDR_PF;
119 if (!(net->dest_state & SCTP_ADDR_PF)) {
120 net->dest_state |= SCTP_ADDR_PF;
213 if (mnet->dest_state & SCTP_ADDR_PF) {
848 if ((net->dest_state & SCTP_ADDR_PF) == 0) {
919 (net->dest_state & SCTP_ADDR_PF)) {
    [all...]
sctp_constants.h 502 #define SCTP_ADDR_PF 0x800
    [all...]
sctp_usrreq.c 455 net->dest_state &= ~SCTP_ADDR_PF;
    [all...]
sctp_sysctl.c 609 xraddr.potentially_failed = ((net->dest_state & SCTP_ADDR_PF) == SCTP_ADDR_PF);
    [all...]
sctp_indata.c     [all...]
sctp_asconf.c 533 (!(stcb->asoc.primary_destination->dest_state & SCTP_ADDR_PF)) &&
    [all...]
sctp_input.c 701 if (r_net->dest_state & SCTP_ADDR_PF) {
702 r_net->dest_state &= ~SCTP_ADDR_PF;
    [all...]
sctp_output.c     [all...]
sctp_pcb.c     [all...]
sctputil.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 483 net->dest_state &= ~SCTP_ADDR_PF;
    [all...]

Completed in 55 milliseconds