HelenOS sources

RCR_ACCEPT_PHYS_MATCH 1841 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH 1845 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH |
RCR_ACCEPT_PHYS_MATCH 1854 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH |
RCR_ACCEPT_PHYS_MATCH   53 uspace/drv/nic/rtl8139/driver.h #define RTL8139_RCR_UCAST_DEFAULT  RCR_ACCEPT_PHYS_MATCH
RCR_ACCEPT_PHYS_MATCH  768 uspace/drv/nic/rtl8169/driver.c 	rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  769 uspace/drv/nic/rtl8169/driver.c 	rcr |= RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ERROR | RCR_ACCEPT_RUNT;
RCR_ACCEPT_PHYS_MATCH  864 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  868 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  876 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  889 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
RCR_ACCEPT_PHYS_MATCH  933 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
HelenOS homepage, sources at GitHub