OpenVAS Scanner
7.0.0~git
|
Data Fields | |
struct in_addr | saddr |
struct in_addr | daddr |
u_char | zero |
u_char | protocol |
u_short | length |
struct tcphdr | tcpheader |
Definition at line 56 of file nasl_builtin_synscan.c.
struct in_addr pseudohdr::daddr |
Definition at line 59 of file nasl_builtin_synscan.c.
Referenced by forge_tcp_packet(), forge_udp_packet(), mktcp(), nasl_tcp_ping(), set_tcp_elements(), and set_udp_elements().
u_short pseudohdr::length |
Definition at line 62 of file nasl_builtin_synscan.c.
Referenced by forge_tcp_packet(), mktcp(), nasl_tcp_ping(), and set_tcp_elements().
u_char pseudohdr::protocol |
Definition at line 61 of file nasl_builtin_synscan.c.
Referenced by forge_tcp_packet(), mktcp(), nasl_tcp_ping(), and set_tcp_elements().
struct in_addr pseudohdr::saddr |
Definition at line 58 of file nasl_builtin_synscan.c.
Referenced by forge_tcp_packet(), forge_udp_packet(), mktcp(), nasl_tcp_ping(), set_tcp_elements(), and set_udp_elements().
struct tcphdr pseudohdr::tcpheader |
Definition at line 63 of file nasl_builtin_synscan.c.
Referenced by forge_tcp_packet(), mktcp(), nasl_tcp_ping(), and set_tcp_elements().
u_char pseudohdr::zero |
Definition at line 60 of file nasl_builtin_synscan.c.