Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctputil.h273 int sctp_local_addr_count(struct sctp_tcb *stcb);
HDsctp_asconf.c1068 addrnum = sctp_local_addr_count(stcb); in sctp_path_check_and_react()
1344 last = (sctp_local_addr_count(stcb) == 0); in sctp_asconf_queue_add()
1346 last = (sctp_local_addr_count(stcb) == 1); in sctp_asconf_queue_add()
HDsctputil.c6737 sctp_local_addr_count(struct sctp_tcb *stcb) in sctp_local_addr_count() function