Searched defs:ip_hdr (Results 1 – 2 of 2) sorted by relevance
84 struct ip_hdr { struct86 u8_t tclass1:4, v:4;87 u8_t flow1:4, tclass2:4; 92 u16_t flow2;93 u16_t len; /* payload length */94 u8_t nexthdr; /* next header */95 u8_t hoplim; /* hop limit (TTL) */96 struct ip_addr src, dest; /* source and destination IP addresses */
116 struct ip_hdr { struct
Completed in 5 milliseconds