HelenOS sources

nic_frame_list_t  484 uspace/drv/nic/ne2k/dp8390.c 	nic_frame_list_t *frames = nic_alloc_frame_list();
nic_frame_list_t  536 uspace/drv/nic/rtl8139/driver.c static nic_frame_list_t *rtl8139_frame_receive(nic_t *nic_data)
nic_frame_list_t  542 uspace/drv/nic/rtl8139/driver.c 	nic_frame_list_t *frames = nic_alloc_frame_list();
nic_frame_list_t  740 uspace/drv/nic/rtl8139/driver.c 	nic_frame_list_t *frames = rtl8139_frame_receive(nic_data);
nic_frame_list_t 1005 uspace/drv/nic/rtl8169/driver.c 	nic_frame_list_t *frames = nic_alloc_frame_list();
nic_frame_list_t  246 uspace/lib/nic/include/nic.h extern void nic_received_frame_list(nic_t *, nic_frame_list_t *);
nic_frame_list_t  258 uspace/lib/nic/include/nic.h extern nic_frame_list_t *nic_alloc_frame_list(void);
nic_frame_list_t  259 uspace/lib/nic/include/nic.h extern void nic_frame_list_append(nic_frame_list_t *, nic_frame_t *);
nic_frame_list_t  326 uspace/lib/nic/src/nic_driver.c nic_frame_list_t *nic_alloc_frame_list(void)
nic_frame_list_t  328 uspace/lib/nic/src/nic_driver.c 	nic_frame_list_t *frames;
nic_frame_list_t  334 uspace/lib/nic/src/nic_driver.c 		    nic_frame_list_t, head);
nic_frame_list_t  342 uspace/lib/nic/src/nic_driver.c 		frames = malloc(sizeof (nic_frame_list_t));
nic_frame_list_t  350 uspace/lib/nic/src/nic_driver.c static void nic_driver_release_frame_list(nic_frame_list_t *frames)
nic_frame_list_t  371 uspace/lib/nic/src/nic_driver.c void nic_frame_list_append(nic_frame_list_t *frames,
nic_frame_list_t  577 uspace/lib/nic/src/nic_driver.c void nic_received_frame_list(nic_t *nic_data, nic_frame_list_t *frames)
HelenOS homepage, sources at GitHub