HomeSort by: relevance | last modified time | path
    Searched refs:laddr_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_header.h 170 u_int32_t laddr_type; /* my local from address type */ member in struct:sctp_state_cookie
sctp_input.c 1585 if (cookie->laddr_type == SCTP_IPV4_ADDRESS) {
1592 } else if (cookie->laddr_type == SCTP_IPV6_ADDRESS) {
sctp_output.c 3425 stc.laddr_type = SCTP_IPV4_ADDRESS;
3510 stc.laddr_type = SCTP_IPV6_ADDRESS;
3554 stc.laddr_type = SCTP_IPV4_ADDRESS;
3570 stc.laddr_type = SCTP_IPV6_ADDRESS;

Completed in 20 milliseconds