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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_uio.h 1117 union sctp_sockstore { union
1128 union sctp_sockstore { union
    [all...]
sctp_pcb.h 111 union sctp_sockstore address;
579 int (*recv_callback)(struct socket *, union sctp_sockstore, void *, size_t,
588 int (*)(struct socket *, union sctp_sockstore, void *, size_t,
sctp_structs.h 246 union sctp_sockstore _l_addr; /* remote peer addr */
    [all...]
sctputil.c     [all...]
sctp_sysctl.c 365 memcpy((void *)&xladdr.address, (const void *)&sctp_ifa->address, sizeof(union sctp_sockstore));
383 memcpy((void *)&xladdr.address, (const void *)&laddr->ifa->address, sizeof(union sctp_sockstore));
    [all...]
sctp_usrreq.c     [all...]
sctp_output.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
usrsctp.h 107 union sctp_sockstore { union
858 int (*receive_cb)(struct socket *sock, union sctp_sockstore addr, void *data,
    [all...]
user_socket.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 199 static int OnSctpInboundPacket(struct socket* sock, union sctp_sockstore addr,
    [all...]

Completed in 225 milliseconds