HelenOS sources

htc_frame_header_t  285 uspace/drv/nic/ar9271/ar9271.c 			    sizeof(htc_frame_header_t) +
htc_frame_header_t  301 uspace/drv/nic/ar9271/ar9271.c 			    sizeof(htc_frame_header_t));
htc_frame_header_t  546 uspace/drv/nic/ar9271/ar9271.c 		    sizeof(htc_frame_header_t);
htc_frame_header_t  557 uspace/drv/nic/ar9271/ar9271.c 		    (complete_buffer + sizeof(htc_frame_header_t));
htc_frame_header_t  589 uspace/drv/nic/ar9271/ar9271.c 		    sizeof(htc_frame_header_t);
htc_frame_header_t  600 uspace/drv/nic/ar9271/ar9271.c 		    (complete_buffer + sizeof(htc_frame_header_t));
htc_frame_header_t  134 uspace/drv/nic/ar9271/htc.c static void htc_config_frame_header(htc_frame_header_t *header,
htc_frame_header_t  137 uspace/drv/nic/ar9271/htc.c 	memset(header, 0, sizeof(htc_frame_header_t));
htc_frame_header_t  141 uspace/drv/nic/ar9271/htc.c 	    host2uint16_t_be(buffer_size - sizeof(htc_frame_header_t));
htc_frame_header_t  158 uspace/drv/nic/ar9271/htc.c 	htc_config_frame_header((htc_frame_header_t *) buffer, buffer_size,
htc_frame_header_t  181 uspace/drv/nic/ar9271/htc.c 	htc_config_frame_header((htc_frame_header_t *) buffer, buffer_size,
htc_frame_header_t  244 uspace/drv/nic/ar9271/htc.c 	size_t buffer_size = sizeof(htc_frame_header_t) +
htc_frame_header_t  251 uspace/drv/nic/ar9271/htc.c 	    ((void *) buffer + sizeof(htc_frame_header_t));
htc_frame_header_t  286 uspace/drv/nic/ar9271/htc.c 	    ((void *) buffer + sizeof(htc_frame_header_t));
htc_frame_header_t  316 uspace/drv/nic/ar9271/htc.c 	size_t buffer_size = sizeof(htc_frame_header_t) +
htc_frame_header_t  320 uspace/drv/nic/ar9271/htc.c 	    ((void *) buffer + sizeof(htc_frame_header_t));
htc_frame_header_t  364 uspace/drv/nic/ar9271/htc.c 	size_t buffer_size = sizeof(htc_frame_header_t) +
htc_frame_header_t  369 uspace/drv/nic/ar9271/htc.c 	    ((void *) buffer + sizeof(htc_frame_header_t));
htc_frame_header_t  412 uspace/drv/nic/ar9271/htc.c 	    sizeof(htc_frame_header_t));
htc_frame_header_t   68 uspace/drv/nic/ar9271/wmi.c 	    sizeof(htc_frame_header_t) + sizeof(wmi_command_header_t));
htc_frame_header_t  229 uspace/drv/nic/ar9271/wmi.c 	    sizeof(htc_frame_header_t);
htc_frame_header_t  242 uspace/drv/nic/ar9271/wmi.c 	    ((void *) buffer + sizeof(htc_frame_header_t));
htc_frame_header_t  276 uspace/drv/nic/ar9271/wmi.c 		if (response_buffer_size < sizeof(htc_frame_header_t) +
htc_frame_header_t  283 uspace/drv/nic/ar9271/wmi.c 		    ((void *) response_buffer + sizeof(htc_frame_header_t));
HelenOS homepage, sources at GitHub