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

  /src/sys/netinet/
sctp_pcb.c 1765 uint32_t port_guess; local
1770 port_guess = sctp_select_initial_TSN(&inp->sctp_ep);
1771 port_attempt = (port_guess & 0x0000ffff);
1786 port_attempt = ((port_guess >> 16) & 0x0000ffff);
1800 port_attempt = (((port_guess >> 16) & 0x0000ffff) + (port_guess & 0x0000ffff));

Completed in 50 milliseconds