PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
NetManNetIF Struct Reference

Data Fields

char name [NETMAN_NETIF_NAME_MAX_LEN]
 
unsigned short int flags
 
short int id
 
int(* init )(void)
 
void(* deinit )(void)
 
void(* xmit )(void)
 
int(* ioctl )(unsigned int command, void *args, unsigned int args_len, void *output, unsigned int length)
 
int EventFlagID
 

Detailed Description

Definition at line 150 of file netman.h.

Field Documentation

◆ name

char NetManNetIF::name[NETMAN_NETIF_NAME_MAX_LEN]

Definition at line 152 of file netman.h.

◆ flags

unsigned short int NetManNetIF::flags

Definition at line 153 of file netman.h.

◆ id

short int NetManNetIF::id

Used internally by NETMAN. Do not use.

Definition at line 155 of file netman.h.

◆ init

int(* NetManNetIF::init) (void)

Definition at line 156 of file netman.h.

◆ deinit

void(* NetManNetIF::deinit) (void)

Definition at line 157 of file netman.h.

◆ xmit

void(* NetManNetIF::xmit) (void)

Definition at line 158 of file netman.h.

◆ ioctl

int(* NetManNetIF::ioctl) (unsigned int command, void *args, unsigned int args_len, void *output, unsigned int length)

Definition at line 159 of file netman.h.

◆ EventFlagID

int NetManNetIF::EventFlagID

Definition at line 160 of file netman.h.


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