|
XINU
|
#include <icmp.h>

Data Fields | |
| int32 | iccount |
| int32 | ichead |
| pid32 | icpid |
| struct netpacket * | icqueue [ICMP_QSIZ] |
| uint32 | icremip |
| int32 | icstate |
| int32 | ictail |
| int32 icmpentry::iccount |
Definition at line 26 of file icmp.h.
Referenced by icmp_in(), icmp_recv(), icmp_register(), and icmp_release().
| int32 icmpentry::ichead |
Definition at line 24 of file icmp.h.
Referenced by icmp_recv(), icmp_register(), and icmp_release().
| pid32 icmpentry::icpid |
Definition at line 27 of file icmp.h.
Referenced by icmp_in(), icmp_recv(), and icmp_register().
Definition at line 28 of file icmp.h.
Referenced by icmp_in(), icmp_recv(), and icmp_release().
| uint32 icmpentry::icremip |
Definition at line 23 of file icmp.h.
Referenced by icmp_in(), and icmp_register().
| int32 icmpentry::icstate |
Definition at line 22 of file icmp.h.
Referenced by icmp_in(), icmp_init(), icmp_recv(), icmp_register(), and icmp_release().
| int32 icmpentry::ictail |
Definition at line 25 of file icmp.h.
Referenced by icmp_in(), and icmp_register().
1.8.13