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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 313 asoc->peer_vtag = ntohl(init->initiate_tag);
    [all...]
sctp_structs.h 932 uint32_t peer_vtag; /* The peers last tag */ member in struct:sctp_association
    [all...]
sctp_output.c     [all...]
sctp_usrreq.c 343 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
421 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
    [all...]
sctp_asconf.c     [all...]
sctp_sysctl.c 563 xstcb.remote_tag = stcb->asoc.peer_vtag;
    [all...]
sctp_pcb.c     [all...]
sctputil.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 362 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag))
450 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) {
    [all...]

Completed in 51 milliseconds