Searched refs:laddr_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_header.h201 uint32_t laddr_type; /* my local from address type */ member in struct:sctp_state_cookie
H A Dsctp_output.c6013 stc.laddr_type = SCTP_IPV4_ADDRESS;
6081 stc.laddr_type = SCTP_IPV6_ADDRESS;
6101 stc.laddr_type = SCTP_CONN_ADDRESS;
6166 stc.laddr_type = SCTP_IPV4_ADDRESS;
6193 stc.laddr_type = SCTP_IPV6_ADDRESS;
6210 stc.laddr_type = SCTP_CONN_ADDRESS;
H A Dsctp_input.c2312 switch (cookie->laddr_type) {

Completed in 87 milliseconds