XINU
Data Fields
icmpentry Struct Reference

#include <icmp.h>

Collaboration diagram for icmpentry:
Collaboration graph
[legend]

Data Fields

int32 iccount
 
int32 ichead
 
pid32 icpid
 
struct netpacketicqueue [ICMP_QSIZ]
 
uint32 icremip
 
int32 icstate
 
int32 ictail
 

Detailed Description

Definition at line 21 of file icmp.h.

Field Documentation

◆ iccount

int32 icmpentry::iccount

Definition at line 26 of file icmp.h.

Referenced by icmp_in(), icmp_recv(), icmp_register(), and icmp_release().

◆ ichead

int32 icmpentry::ichead

Definition at line 24 of file icmp.h.

Referenced by icmp_recv(), icmp_register(), and icmp_release().

◆ icpid

pid32 icmpentry::icpid

Definition at line 27 of file icmp.h.

Referenced by icmp_in(), icmp_recv(), and icmp_register().

◆ icqueue

struct netpacket* icmpentry::icqueue[ICMP_QSIZ]

Definition at line 28 of file icmp.h.

Referenced by icmp_in(), icmp_recv(), and icmp_release().

◆ icremip

uint32 icmpentry::icremip

Definition at line 23 of file icmp.h.

Referenced by icmp_in(), and icmp_register().

◆ icstate

int32 icmpentry::icstate

Definition at line 22 of file icmp.h.

Referenced by icmp_in(), icmp_init(), icmp_recv(), icmp_register(), and icmp_release().

◆ ictail

int32 icmpentry::ictail

Definition at line 25 of file icmp.h.

Referenced by icmp_in(), and icmp_register().


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