Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctputil.h231 int sctp_local_addr_count(struct sctp_tcb *stcb);
H A Dsctp_asconf.c1085 addrnum = sctp_local_addr_count(stcb); in sctp_path_check_and_react()
1356 last = (sctp_local_addr_count(stcb) == 0); in sctp_asconf_queue_add()
1358 last = (sctp_local_addr_count(stcb) == 1); in sctp_asconf_queue_add()
H A Dsctputil.c6964 sctp_local_addr_count(struct sctp_tcb *stcb) in sctp_local_addr_count() function