mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Minor code cleanup.
This commit is contained in:
parent
f0ed780745
commit
72c1374d9c
@ -99,9 +99,7 @@ int main(int argc, char **argv){
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
char sender[INET6_ADDRSTRLEN];
|
|
||||||
int sockfd;
|
int sockfd;
|
||||||
struct ifreq if_idx;
|
|
||||||
uint8_t buf[BUF_SIZ];
|
uint8_t buf[BUF_SIZ];
|
||||||
int sockopt;
|
int sockopt;
|
||||||
struct ifreq ifopts; /* set promiscuous mode */
|
struct ifreq ifopts; /* set promiscuous mode */
|
||||||
|
Loading…
Reference in New Issue
Block a user