Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_header.h220 uint32_t laddr_type; /* my local from address type */ member
Dsctp_output.c6167 stc.laddr_type = SCTP_IPV4_ADDRESS;
6235 stc.laddr_type = SCTP_IPV6_ADDRESS;
6255 stc.laddr_type = SCTP_CONN_ADDRESS;
6323 stc.laddr_type = SCTP_IPV4_ADDRESS;
6353 stc.laddr_type = SCTP_IPV6_ADDRESS;
6370 stc.laddr_type = SCTP_CONN_ADDRESS;
Dsctp_input.c2419 switch (cookie->laddr_type) {