mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Minor code cleanup.
This commit is contained in:
parent
f0ed780745
commit
72c1374d9c
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue