Searched refs:udp_opts (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | prompeg.c | 272 AVDictionary *udp_opts = NULL; in prompeg_open() local 294 av_dict_set_int(&udp_opts, "ttl", s->ttl, 0); in prompeg_open() 299 &udp_opts, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in prompeg_open() 303 &udp_opts, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in prompeg_open() 309 av_dict_free(&udp_opts); in prompeg_open() 316 av_dict_free(&udp_opts); in prompeg_open()
|
/third_party/iptables/extensions/ |
D | libxt_udp.c | 26 static const struct xt_option_entry udp_opts[] = { variable 204 .x6_options = udp_opts,
|