Searched refs:gate (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/toys/net/ |
H A D | netstat.c | 278 unsigned dest, gate, mask; in display_routes() local 294 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) in display_routes() 307 if (gate) { in display_routes() 308 if (inet_ntop(AF_INET, &gate, out, 16)) gateip = out; in display_routes()
|
/third_party/toybox/toys/pending/ |
H A D | route.c | 131 unsigned long dest, gate, mask; in display_routes() local 143 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11) in display_routes() 152 if (!gate && !(toys.optflags & FLAG_n)) strcpy( gateip, "*"); in display_routes() 153 else if (!inet_ntop(AF_INET, &gate, gateip, 32)) perror_exit("inet"); in display_routes()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_agate.c | 144 static void gate(AudioGateContext *s, in gate() function 214 gate(s, src, dst, src, in->nb_samples, in filter_frame() 240 .description = NULL_IF_CONFIG_SMALL("Audio gate."), 297 gate(s, (double *)in[0]->data[0], dst, in activate() 388 .description = NULL_IF_CONFIG_SMALL("Audio sidechain gate."),
|
Completed in 3 milliseconds