|
OpenVAS Scanner 23.40.3
|

Data Fields | |
| struct arphdr | arp_header |
| u_char | __ar_sha [ETH_ALEN] |
| u_char | __ar_sip [4] |
| u_char | __ar_tha [ETH_ALEN] |
| u_char | __ar_tip [4] |
| u_char | __zero_padding [18] |
Definition at line 40 of file nasl_frame_forgery.c.
| u_char pseudo_eth_arp::__ar_sha[ETH_ALEN] |
Definition at line 43 of file nasl_frame_forgery.c.
Referenced by nasl_send_arp_request().
| u_char pseudo_eth_arp::__ar_sip[4] |
Definition at line 44 of file nasl_frame_forgery.c.
Referenced by nasl_send_arp_request().
| u_char pseudo_eth_arp::__ar_tha[ETH_ALEN] |
Definition at line 45 of file nasl_frame_forgery.c.
Referenced by nasl_send_arp_request().
| u_char pseudo_eth_arp::__ar_tip[4] |
Definition at line 46 of file nasl_frame_forgery.c.
Referenced by nasl_send_arp_request().
| u_char pseudo_eth_arp::__zero_padding[18] |
Definition at line 47 of file nasl_frame_forgery.c.
| struct arphdr pseudo_eth_arp::arp_header |
Definition at line 42 of file nasl_frame_forgery.c.
Referenced by nasl_send_arp_request().