ReactOS 0.4.15-dev-7842-g558ab78
tcp_bind_bucket Struct Reference

#include <tcpcore.h>

Collaboration diagram for tcp_bind_bucket:

Public Attributes

unsigned short port
 
signed short fastreuse
 
struct tcp_bind_bucketnext
 
struct sockowners
 
struct tcp_bind_bucket ** pprev
 

Detailed Description

Definition at line 1875 of file tcpcore.h.

Member Data Documentation

◆ fastreuse

signed short tcp_bind_bucket::fastreuse

Definition at line 1877 of file tcpcore.h.

◆ next

struct tcp_bind_bucket* tcp_bind_bucket::next

Definition at line 1878 of file tcpcore.h.

◆ owners

struct sock* tcp_bind_bucket::owners

Definition at line 1879 of file tcpcore.h.

◆ port

unsigned short tcp_bind_bucket::port

Definition at line 1876 of file tcpcore.h.

◆ pprev

struct tcp_bind_bucket** tcp_bind_bucket::pprev

Definition at line 1880 of file tcpcore.h.


The documentation for this struct was generated from the following file: