mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
Some places in network code may need to verify that an ethernet address is not the 'zero' address. Provide a standard macro ETHER_IS_ZERO for this purpose, similar to the ETHER_IS_BROADCAST macro already available. This patch also removes previous ETHER_IS_ZERO definitions in several USB ethernet drivers, in favor of this centrally-located macro. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Submitted by: Jacob Keller <jacob.e.keller@intel.com> Reviewed by: erj@ Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D21240 |
||
|---|---|---|
| .. | ||
| if_aue.c | ||
| if_auereg.h | ||
| if_axe.c | ||
| if_axereg.h | ||
| if_axge.c | ||
| if_axgereg.h | ||
| if_cdce.c | ||
| if_cdceem.c | ||
| if_cdcereg.h | ||
| if_cue.c | ||
| if_cuereg.h | ||
| if_ipheth.c | ||
| if_iphethvar.h | ||
| if_kue.c | ||
| if_kuefw.h | ||
| if_kuereg.h | ||
| if_mos.c | ||
| if_mosreg.h | ||
| if_muge.c | ||
| if_mugereg.h | ||
| if_rue.c | ||
| if_ruereg.h | ||
| if_smsc.c | ||
| if_smscreg.h | ||
| if_udav.c | ||
| if_udavreg.h | ||
| if_ure.c | ||
| if_urereg.h | ||
| if_urndis.c | ||
| if_urndisreg.h | ||
| if_usie.c | ||
| if_usievar.h | ||
| ruephy.c | ||
| ruephyreg.h | ||
| uhso.c | ||
| usb_ethernet.c | ||
| usb_ethernet.h | ||