Searched refs:frame (Results 1 – 6 of 6) sorted by relevance
171 struct pcap_frame frame; in monitor_pcap_write() local178 memset(&frame, 0, PCAP_FRAME_SIZE); in monitor_pcap_write()181 frame.ts_sec = tv.tv_sec; in monitor_pcap_write()182 frame.ts_usec = tv.tv_usec; in monitor_pcap_write()183 frame.caplen = size; in monitor_pcap_write()184 frame.len = size; in monitor_pcap_write()186 len = write(pcap->fd, &frame, PCAP_FRAME_SIZE); in monitor_pcap_write()
77 …set(CMAKE_C_FLAGS_ASANDBG "-Werror -fsanitize=address -fno-common -O1 -g3 -fno-omit-frame-poin…88 … -fno-common -fsanitize=undefined -fno-sanitize-recover -O1 -g3 -fno-omit-frame-pointer -fno-optim…90 …set(CMAKE_C_FLAGS_MEMSANDBG "-Werror -fsanitize=memory -O1 -g3 -fno-omit-frame-pointer -fno-opti…
127 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
987 # used to set the initial width (in pixels) of the frame in which the tree
1168 # used to set the initial width (in pixels) of the frame in which the tree
1402 # to set the initial width (in pixels) of the frame in which the tree is shown.