HelenOS sources

nic_rxc_vlan_set_mask  143 uspace/lib/nic/include/nic_rx_control.h extern errno_t nic_rxc_vlan_set_mask(nic_rxc_t *rxc, const nic_vlan_mask_t *mask);
nic_rxc_vlan_set_mask  499 uspace/lib/nic/src/nic_impl.c 	errno_t rc = nic_rxc_vlan_set_mask(&nic_data->rx_control, mask);
HelenOS homepage, sources at GitHub