HelenOS sources

RCR_ACCEPT_PHYS_MATCH 1811 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH 1815 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH |
RCR_ACCEPT_PHYS_MATCH 1824 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  746 uspace/drv/nic/rtl8169/driver.c 	rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  747 uspace/drv/nic/rtl8169/driver.c 	rcr |= RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ERROR | RCR_ACCEPT_RUNT;
RCR_ACCEPT_PHYS_MATCH  842 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  846 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  854 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  867 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
RCR_ACCEPT_PHYS_MATCH  911 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
HelenOS homepage, sources at GitHub