:orphan: .. index:: pair: struct; tapi_ip4_packet_t .. _doxid-structtapi__ip4__packet__t: struct tapi_ip4_packet_t ======================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tapi_ip4_packet_t { // fields in_addr_t :target:`src_addr`; in_addr_t :target:`dst_addr`; int :target:`hlen`; int :target:`len`; uint8_t :target:`ip_proto`; uint8_t :target:`ttl`; uint8_t :target:`tos`; uint8_t* :target:`payload`; size_t :target:`pld_len`; size_t :target:`ip_ident`; bool :target:`more_frags`; size_t :target:`offset`; };