HelenOS sources
nic_alloc_frame 1188 uspace/drv/nic/e1k/e1k.c nic_frame_t *frame = nic_alloc_frame(nic, frame_size);
nic_alloc_frame 445 uspace/drv/nic/ne2k/dp8390.c nic_frame_t *frame = nic_alloc_frame(nic_data, length);
nic_alloc_frame 484 uspace/drv/nic/rtl8139/driver.c nic_frame_t *frame = nic_alloc_frame(nic_data, frame_size);
nic_alloc_frame 1018 uspace/drv/nic/rtl8169/driver.c frame = nic_alloc_frame(nic_data, frame_size);
nic_alloc_frame 96 uspace/drv/nic/virtio-net/virtio-net.c nic_frame_t *frame = nic_alloc_frame(nic, len - sizeof(*hdr));
nic_alloc_frame 1666 uspace/lib/ieee80211/src/ieee80211.c nic_frame_t *frame = nic_alloc_frame(nic, frame_size);
nic_alloc_frame 256 uspace/lib/nic/include/nic.h extern nic_frame_t *nic_alloc_frame(nic_t *, size_t);
HelenOS homepage, sources at GitHub