#include <ip.h>
Public Attributes | |
| __u8 | ip_hl:4 |
| __u8 | ip_v:4 |
| __u8 | ip_tos |
| __u16 | ip_len |
| __u16 | ip_id |
| __u16 | ip_off |
| __u8 | ip_ttl |
| __u8 | ip_p |
| __u16 | ip_sum |
| union { | |
| in_addr ip_src | |
| __u32 saddr | |
| }; | |
| union { | |
| in_addr ip_dst | |
| __u32 daddr | |
| }; | |
| struct in_addr ip::ip_src |
| union { ... } |
| struct in_addr ip::ip_dst |
| union { ... } |
1.5.1