HomeSort by: relevance | last modified time | path
    Searched defs:starting_point (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 620 struct sctp_laddr *laddr, *starting_point; local in function:sctp_choose_v4_boundspecific_stcb
682 starting_point = stcb->asoc.last_used_address;
711 stcb->asoc.last_used_address = starting_point;
1293 struct sctp_laddr *laddr, *starting_point; local in function:sctp_choose_v6_boundspecific_stcb
1325 starting_point = stcb->asoc.last_used_address;
1367 stcb->asoc.last_used_address = starting_point;

Completed in 322 milliseconds