Add a shorter alias for if_data.ifi_oqdrops.
This commit is contained in:
parent
9ce120962b
commit
26117c8d46
@ -226,6 +226,7 @@ struct ifnet {
|
||||
#define if_imcasts if_data.ifi_imcasts
|
||||
#define if_omcasts if_data.ifi_omcasts
|
||||
#define if_iqdrops if_data.ifi_iqdrops
|
||||
#define if_oqdrops if_data.ifi_oqdrops
|
||||
#define if_noproto if_data.ifi_noproto
|
||||
#define if_lastchange if_data.ifi_lastchange
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user