Searched defs:ip_option_information (Results 1 – 1 of 1) sorted by relevance
27 typedef struct ip_option_information { struct28 UCHAR Ttl; // Time To Live29 UCHAR Tos; // Type Of Service30 UCHAR Flags; // IP header flags31 UCHAR OptionsSize; // Size in bytes of options data32 PUCHAR OptionsData; // Pointer to options data