Searched defs:nip_hdr_decap (Results 1 – 1 of 1) sorted by relevance
123 struct nip_hdr_decap { struct124 struct nip_addr saddr; /* Source address, network order.(big end) */125 struct nip_addr daddr; /* Destination address, network order.(big end) */127 unsigned char ttl; /* Hop count limit */128 unsigned char nexthdr; /* Upper-layer Protocol Type: IPPROTO_UDP */129 unsigned char hdr_len; /* Indicates the length of the packet header */130 unsigned char hdr_real_len; /* Indicates the actual length of the packet header */132 unsigned short total_len; /* Packet length (Header + packet), network order.(big end) */133 unsigned short no_hdr_len : 1; /* The header does not contain a header length field */134 unsigned short include_unknown_bit : 1; /* There is no other bitmap field */[all …]