OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:port_attempt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.c
1766
uint16_t
port_attempt
;
local in function:sctp_inpcb_bind
1771
port_attempt
= (port_guess & 0x0000ffff);
1772
if (
port_attempt
== 0) {
1775
if (
port_attempt
< IPPORT_RESERVED) {
1776
port_attempt
+= IPPORT_RESERVED;
1779
if (sctp_isport_inuse(inp, htons(
port_attempt
)) == 0) {
1786
port_attempt
= ((port_guess >> 16) & 0x0000ffff);
1787
if (
port_attempt
== 0) {
1790
if (
port_attempt
< IPPORT_RESERVED) {
1791
port_attempt
+= IPPORT_RESERVED
[
all
...]
sctp_pcb.c
1766
uint16_t
port_attempt
;
local in function:sctp_inpcb_bind
1771
port_attempt
= (port_guess & 0x0000ffff);
1772
if (
port_attempt
== 0) {
1775
if (
port_attempt
< IPPORT_RESERVED) {
1776
port_attempt
+= IPPORT_RESERVED;
1779
if (sctp_isport_inuse(inp, htons(
port_attempt
)) == 0) {
1786
port_attempt
= ((port_guess >> 16) & 0x0000ffff);
1787
if (
port_attempt
== 0) {
1790
if (
port_attempt
< IPPORT_RESERVED) {
1791
port_attempt
+= IPPORT_RESERVED
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025