#include <dhcpd.h>
Collaboration diagram for buf:

Data Fields | |
| eth_hdr_t * | eth |
| ip_hdr_t * | ip |
| udp_hdr_t * | udp |
| udp_io_hdr_t * | udpio |
| dhcp_t * | dhcp |
| u8_t | pad [2] |
| u8_t | buf [ETH_MAX_PACK_SIZE] |
| union { | |
| char b__data [_MAX_BLOCK_SIZE] | |
| direct b__dir [NR_DIR_ENTRIES(_MAX_BLOCK_SIZE)] | |
| zone1_t b__v1_ind [V1_INDIRECTS] | |
| zone_t b__v2_ind [V2_INDIRECTS(_MAX_BLOCK_SIZE)] | |
| d1_inode b__v1_ino [V1_INODES_PER_BLOCK] | |
| d2_inode b__v2_ino [V2_INODES_PER_BLOCK(_MAX_BLOCK_SIZE)] | |
| bitchunk_t b__bitmap [FS_BITMAP_CHUNKS(_MAX_BLOCK_SIZE)] | |
| } | b |
| buf * | b_next |
| buf * | b_prev |
| buf * | b_hash |
| block_t | b_blocknr |
| dev_t | b_dev |
| char | b_dirt |
| char | b_count |
| int | buf_linkC |
| buffree_t | buf_free |
| size_t | buf_size |
| char * | buf_data_p |
Definition at line 57 of file dhcpd.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 39 of file buf.h. Referenced by rw_scattered(). |
|
|
|
|
|
|
|
|
Definition at line 41 of file buf.h. Referenced by write_map(). |
|
|
|
|
|
Definition at line 36 of file buf.h. Referenced by put_block(). |
|
|
Definition at line 37 of file buf.h. Referenced by put_block(). |
|
|
Definition at line 65 of file dhcpd.h. Referenced by servdhcp(). |
|
|
|
|
|
|
|
|
Definition at line 48 of file buf.h. Referenced by ip_arrived(), ip_split_pack(), and ipeth_update_ttl(). |
|
|
|
|
|
Definition at line 62 of file dhcpd.h. Referenced by servdhcp(). |
|
|
|
|
|
Definition at line 59 of file dhcpd.h. Referenced by dump_dir(), dump_file(), get_fileblock(), and get_inode(). |
|
|
|
|
|
|
|
|
Definition at line 61 of file dhcpd.h. Referenced by servdhcp(). |
1.4.6