OpenVAS Scanner 23.32.3
pseudo_eth_arp Struct Reference
Collaboration diagram for pseudo_eth_arp:
Collaboration graph

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]

Detailed Description

Definition at line 40 of file nasl_frame_forgery.c.

Field Documentation

◆ __ar_sha

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().

◆ __ar_sip

u_char pseudo_eth_arp::__ar_sip[4]

Definition at line 44 of file nasl_frame_forgery.c.

Referenced by nasl_send_arp_request().

◆ __ar_tha

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().

◆ __ar_tip

u_char pseudo_eth_arp::__ar_tip[4]

Definition at line 46 of file nasl_frame_forgery.c.

Referenced by nasl_send_arp_request().

◆ __zero_padding

u_char pseudo_eth_arp::__zero_padding[18]

Definition at line 47 of file nasl_frame_forgery.c.

◆ arp_header

struct arphdr pseudo_eth_arp::arp_header

Definition at line 42 of file nasl_frame_forgery.c.

Referenced by nasl_send_arp_request().


The documentation for this struct was generated from the following file: