Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dsctp_header.h198 uint32_t laddr_type; /* my local from address type */ member
H A Dsctp_output.c5625 stc.laddr_type = SCTP_IPV4_ADDRESS; in sctp_send_initiate_ack()
5690 stc.laddr_type = SCTP_IPV6_ADDRESS; in sctp_send_initiate_ack()
5755 stc.laddr_type = SCTP_IPV4_ADDRESS; in sctp_send_initiate_ack()
5785 stc.laddr_type = SCTP_IPV6_ADDRESS; in sctp_send_initiate_ack()
H A Dsctp_input.c2136 switch (cookie->laddr_type) { in sctp_process_cookie_new()