HelenOS sources

RCR_ACCEPT_PHYS_MATCH 1839 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH 1843 uspace/drv/nic/rtl8139/driver.c 		rtl8139->rcr_data.ucast_mask = RCR_ACCEPT_PHYS_MATCH |
RCR_ACCEPT_PHYS_MATCH 1852 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  767 uspace/drv/nic/rtl8169/driver.c 	rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  768 uspace/drv/nic/rtl8169/driver.c 	rcr |= RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ERROR | RCR_ACCEPT_RUNT;
RCR_ACCEPT_PHYS_MATCH  863 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH;
RCR_ACCEPT_PHYS_MATCH  867 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  875 uspace/drv/nic/rtl8169/driver.c 		rtl8169->rcr_ucast = RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS;
RCR_ACCEPT_PHYS_MATCH  888 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
RCR_ACCEPT_PHYS_MATCH  932 uspace/drv/nic/rtl8169/driver.c 	rcr &= ~(RCR_ACCEPT_PHYS_MATCH | RCR_ACCEPT_ALL_PHYS);
HelenOS homepage, sources at GitHub