OpenVAS Scanner
7.0.0~git
|
Data Fields | |
struct in6_addr | s6addr |
struct in6_addr | d6addr |
u_short | length |
u_char | zero1 |
u_char | zero2 |
u_char | zero3 |
u_char | protocol |
struct tcphdr | tcpheader |
Definition at line 431 of file nasl_packet_forgery_v6.c.
struct in6_addr v6pseudohdr::d6addr |
Definition at line 434 of file nasl_packet_forgery_v6.c.
Referenced by forge_tcp_v6_packet(), nasl_tcp_v6_ping(), and set_tcp_v6_elements().
u_short v6pseudohdr::length |
Definition at line 435 of file nasl_packet_forgery_v6.c.
Referenced by forge_tcp_v6_packet(), nasl_tcp_v6_ping(), and set_tcp_v6_elements().
u_char v6pseudohdr::protocol |
Definition at line 439 of file nasl_packet_forgery_v6.c.
Referenced by forge_tcp_v6_packet(), nasl_tcp_v6_ping(), and set_tcp_v6_elements().
struct in6_addr v6pseudohdr::s6addr |
Definition at line 433 of file nasl_packet_forgery_v6.c.
Referenced by forge_tcp_v6_packet(), nasl_tcp_v6_ping(), and set_tcp_v6_elements().
struct tcphdr v6pseudohdr::tcpheader |
Definition at line 440 of file nasl_packet_forgery_v6.c.
Referenced by forge_tcp_v6_packet(), nasl_tcp_v6_ping(), and set_tcp_v6_elements().
u_char v6pseudohdr::zero1 |
Definition at line 436 of file nasl_packet_forgery_v6.c.
u_char v6pseudohdr::zero2 |
Definition at line 437 of file nasl_packet_forgery_v6.c.
u_char v6pseudohdr::zero3 |
Definition at line 438 of file nasl_packet_forgery_v6.c.