Searched refs:flush (Results 1 - 25 of 325) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex563 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
674 Another method to disable IP on an interface using {\tt ip addr flush}
784 \subsection{{\tt ip address flush} --- flush protocol addresses}
787 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
795 \paragraph{Warning:} This command (and other \verb|flush| commands
801 of rounds made to flush the address list. If this option is given
802 twice, \verb|ip addr flush| also dumps all the deleted addresses
819 netadm@amber:~ # ip -4 addr flush label "eth*"
821 And the last example shows how to flush al
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Difcfg59 ip -4 addr flush dev $dev $label || exit 1
H A Dipaddress.c64 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
272 perror("Failed to send flush request\n");
493 int ipaddr_list_or_flush(int argc, char **argv, int flush) argument
507 if (flush) {
513 fprintf(stderr, "Cannot flush link addresses.\n");
589 if (flush) {
609 fprintf(stderr, "Nothing to flush.\n");
900 if (matches(*argv, "flush") == 0)
H A Dipneigh.c56 fprintf(stderr, " ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n");
92 perror("Failed to send flush request\n");
321 int do_show_or_flush(int argc, char **argv, int flush) argument
331 if (flush) {
359 if (flush)
387 if (flush) {
408 fprintf(stderr, "Nothing to flush.\n");
460 if (matches(*argv, "flush") == 0)
H A Diproute.c46 fprintf(stderr, "Usage: ip route { list | flush } SELECTOR\n");
109 perror("Failed to send flush request\n");
971 #define ROUTE_FLUSH_PATH "/proc/sys/net/ipv4/route/flush"
985 fprintf (stderr, "Cannot flush routing cache\n");
993 static int iproute_list_or_flush(int argc, char **argv, int flush) argument
1002 if (flush && argc <= 0) {
1003 fprintf(stderr, "\"ip route flush\" requires arguments.\n");
1152 if (flush) {
1184 fprintf(stderr, "Nothing to flush.\n");
1424 if (matches(*argv, "flush")
[all...]
H A Droutef3 exec ip -4 ro flush scope global type unicast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Davcodec.h2377 void (*flush)(AVCodecContext *); member in struct:AVCodec
H A Dcavsdec.c711 .flush= cavs_flush,
H A Dflacdec.c737 .flush= flac_flush,
H A Dh263dec.c741 .flush= ff_mpeg_flush,
756 .flush= ff_mpeg_flush,
H A Dh264.c8125 .flush= flush_dpb,
8141 .flush= flush_dpb,
H A Dlibdiracdec.c209 .flush = libdirac_flush,
H A Dlibschroedingerdec.c370 .flush = libschroedinger_flush,
H A Dmpc7.c273 .flush = mpc7_decode_flush,
H A Dmpeg12.c2476 .flush= ff_mpeg_flush,
2490 .flush= ff_mpeg_flush,
2505 .flush= ff_mpeg_flush,
2536 .flush= ff_mpeg_flush,
2553 .flush= ff_mpeg_flush,
2569 .flush= ff_mpeg_flush,
H A Dmpegaudiodec.c2313 static void flush(AVCodecContext *avctx){ function
2546 .flush= flush,
2562 .flush= flush,
2578 .flush= flush,
2594 .flush= flush,
2609 .flush
[all...]
H A Drv10.c810 .flush= ff_mpeg_flush,
H A Drv30.c279 .flush = ff_mpeg_flush,
H A Drv40.c657 .flush = ff_mpeg_flush,
H A Dshorten.c535 .flush= shorten_flush,
H A Dsvq1dec.c828 .flush= ff_mpeg_flush,
H A Dutils.c857 if(avctx->codec->flush)
858 avctx->codec->flush(avctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Daudiointerleave.c73 int stream_index, int flush)
79 if (!size || (!flush && size == av_fifo_size(&aic->fifo)))
97 int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush, argument
127 while (ff_interleave_new_audio_packet(s, &new_pkt, i, flush))
132 return get_packet(s, out, pkt, flush);
72 ff_interleave_new_audio_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush) argument
H A Daudiointerleave.h52 int ff_audio_rechunk_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush,
H A Davformat.h301 AVPacket *in, int flush);
1162 * @param flush 1 if no further packets are available as input and all
1168 AVPacket *pkt, int flush);

Completed in 296 milliseconds

1234567891011>>