Home
last modified time | relevance | path

Searched defs:libnet_ipv4_hdr (Results 1 – 3 of 3) sorted by relevance

/dports/net/nepenthes/nepenthes-0.2.2/modules/module-honeytrap/
H A DTrapSocket.hpp95 struct libnet_ipv4_hdr struct
98 u_int8_t ip_hl:4, /* header length */
99 ip_v:4; /* version */
102 u_int8_t ip_v:4, /* version */
103 ip_hl:4; /* header length */
105 u_int8_t ip_tos; /* type of service */
118 u_int16_t ip_len; /* total length */
120 u_int16_t ip_off;
134 u_int8_t ip_p; /* protocol */
135 u_int16_t ip_sum; /* checksum */
[all …]
/dports/net/tcptraceroute/tcptraceroute-tcptraceroute-1.5beta7/
H A Dtcptraceroute.h62 #define libnet_ipv4_hdr libnet_ip_hdr macro
/dports/net/libnet/libnet-1.1.6/include/libnet/
H A Dlibnet-headers.h666 struct libnet_ipv4_hdr struct
669 uint8_t ip_hl:4, /* header length */
670 ip_v:4; /* version */
673 uint8_t ip_v:4, /* version */
674 ip_hl:4; /* header length */
676 uint8_t ip_tos; /* type of service */
689 uint16_t ip_len; /* total length */
691 uint16_t ip_off;
705 uint8_t ip_p; /* protocol */
706 uint16_t ip_sum; /* checksum */
[all …]