Searched refs:starting_point (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_output.c2433 struct sctp_laddr *laddr, *starting_point; local
2476 starting_point = inp->next_addr_touse;
2503 inp->next_addr_touse = starting_point;
2551 struct sctp_laddr *laddr, *starting_point; local
2623 starting_point = stcb->asoc.last_used_address;
2660 stcb->asoc.last_used_address = starting_point;

Completed in 85 milliseconds