PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
socket_family_t Struct Reference

Socket Family structure. More...

#include <socket_family.h>

Collaboration diagram for socket_family_t:

Data Fields

list_entry_t entry
 
char name [MAX_NAME]
 
const socket_family_ops_tops
 
socket_type_t supportedTypes
 
atomic_uint64_t newId
 
list_t factories
 
dentry_tdir
 

Detailed Description

Socket Family structure.

Definition at line 65 of file socket_family.h.

Field Documentation

◆ entry

list_entry_t socket_family_t::entry

Definition at line 67 of file socket_family.h.

◆ name

char socket_family_t::name[MAX_NAME]

Definition at line 68 of file socket_family.h.

◆ ops

const socket_family_ops_t* socket_family_t::ops

Definition at line 69 of file socket_family.h.

◆ supportedTypes

socket_type_t socket_family_t::supportedTypes

Definition at line 70 of file socket_family.h.

◆ newId

atomic_uint64_t socket_family_t::newId

Definition at line 71 of file socket_family.h.

◆ factories

list_t socket_family_t::factories

Definition at line 72 of file socket_family.h.

◆ dir

dentry_t* socket_family_t::dir

Definition at line 73 of file socket_family.h.


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