Searched refs:empty_packet (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Ddnsd.c261 goto empty_packet; /* we can't handle the query type */
266 goto empty_packet;
271 goto empty_packet;
278 goto empty_packet;
284 goto empty_packet;
308 empty_packet:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davienc.c482 AVPacket empty_packet; local
484 av_init_packet(&empty_packet);
485 empty_packet.size= 0;
486 empty_packet.data= NULL;
487 empty_packet.stream_index= stream_index;
488 avi_write_packet(s, &empty_packet);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c227 int empty_packet, first_packet, last_packet, mid_packet; local
247 empty_packet = first_packet = last_packet = mid_packet = 0;
289 empty_packet = 1;
342 if (empty_packet)
359 if ( ! empty_packet )
369 if (empty_packet) {

Completed in 72 milliseconds