HelenOS sources

RCR_ACCEPT_PHYS_MATCH 1813 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH 1817 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH |
RCR_ACCEPT_PHYS_MATCH 1826 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  745 uspace/drv/nic/rtl8169/driver.c 	rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  746 uspace/drv/nic/rtl8169/driver.c 	rcr |= RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ERROR | RCR_ACCEPT_RUNT;
RCR_ACCEPT_PHYS_MATCH  841 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  845 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  853 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  866 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
RCR_ACCEPT_PHYS_MATCH  910 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
HelenOS homepage, sources at GitHub