/third_party/glib/tests/ |
D | child-test.c | 52 get_a_child (gint ttl) in get_a_child() 93 gint ttl = GPOINTER_TO_INT (data); in child_watch_callback() local 123 gint ttl = GPOINTER_TO_INT (data); in test_thread() local 153 int ttl = atoi (argv[1] + 2); in main() local
|
/third_party/node/test/parallel/ |
D | test-dns-resolveany.js | 10 { type: 'A', address: '1.2.3.4', ttl: 123 }, property 11 { type: 'AAAA', address: '::42', ttl: 123 }, property 12 { type: 'MX', priority: 42, exchange: 'foobar.com', ttl: 124 }, property 13 { type: 'NS', value: 'foobar.org', ttl: 457 }, property 15 { type: 'PTR', value: 'baz.org', ttl: 987 }, property
|
D | test-dns.js | 350 { type: 'A', address: '1.2.3.4', ttl: 3333333333 }, property 351 { type: 'AAAA', address: '::42', ttl: 3333333333 }, property 352 { type: 'MX', priority: 42, exchange: 'foobar.com', ttl: 3333333333 }, property 353 { type: 'NS', value: 'foobar.org', ttl: 3333333333 }, property 354 { type: 'PTR', value: 'baz.org', ttl: 3333333333 }, property 368 options: { ttl: true }, property 369 answers: [ { type: 'A', address: '1.2.3.4', ttl: 3333333333 } ] }, property 372 options: { ttl: true }, property 373 answers: [ { type: 'AAAA', address: '::42', ttl: 3333333333 } ] }, property
|
D | test-dns-multi-channel.js | 11 reply: { type: 'A', address: '1.2.3.4', ttl: 123, domain: 'example.org' } property 15 reply: { type: 'A', address: '5.6.7.8', ttl: 123, domain: 'example.org' } property
|
D | test-http-header-validators.js | 60 function isFunc(v, ttl) { argument
|
D | test-dns-resolveany-bad-ancount.js | 19 answers: { type: 'A', address: '1.2.3.4', ttl: 123, domain }, property
|
/third_party/lwip/src/include/lwip/ |
D | ip.h | 228 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 236 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 244 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 254 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 279 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 281 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 283 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 285 #define ip_output_hinted(p, src, dest, ttl, tos, proto, netif_hint) \ argument 299 #define ip_output(p, src, dest, ttl, tos, proto) \ argument 301 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument [all …]
|
/third_party/libnl/lib/route/ |
D | nh_encap_mpls.c | 12 uint8_t ttl; member 56 uint8_t ttl = 0; in mpls_encap_parse_msg() local 104 uint8_t ttl) in rtnl_route_nh_encap_mpls()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 788 u8_t ttl, u8_t tos, 803 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 828 u8_t ttl, u8_t tos, 841 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 1029 u8_t ttl, u8_t tos, u8_t proto) 1066 u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint)
|
/third_party/ffmpeg/libavformat/ |
D | sdp.c | 49 int ttl; /**< TTL, in case of multicast stream */ member 59 const char *dest_type, int ttl) in sdp_write_address() 122 static int sdp_get_address(char *dest_addr, int size, int *ttl, const char *url) in sdp_get_address() 752 int port, int ttl, AVFormatContext *fmt) in ff_sdp_write_media() 780 int i, j, port, ttl, is_multicast, index = 0; in av_sdp_create() local 853 int port, int ttl, AVFormatContext *fmt) in ff_sdp_write_media()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | rtpsink.c | 26 gint ttl, ttl_mc; in GST_START_TEST() local
|
D | rtpsrc.c | 25 guint latency, ttl, ttl_mc; in GST_START_TEST() local
|
/third_party/iptables/include/linux/netfilter_ipv4/ |
D | ipt_ttl.h | 19 __u8 ttl; member
|
D | ipt_TTL.h | 19 __u8 ttl; member
|
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns-parse.c | 161 uint32_t ttl; in lws_adns_iterate() local 433 lws_async_dns_estimate(const char *name, void *opaque, uint32_t ttl, in lws_async_dns_estimate() 463 lws_async_dns_store(const char *name, void *opaque, uint32_t ttl, in lws_async_dns_store()
|
/third_party/ltp/testcases/network/multicast/mc_opts/ |
D | mc_verify_opts_error.c | 19 unsigned char ttl; in main() local
|
D | mc_verify_opts.c | 26 unsigned char ttl; in main() local
|
/third_party/toybox/toys/pending/ |
D | traceroute.c | 110 static void send_probe4(int seq, int ttl) in send_probe4() 142 static void send_probe6(int seq, int ttl) in send_probe6() 199 int seq, fexit, ttl, tv = TT.wait_time * 1000; in do_trace() local
|
/third_party/glib/glib/tests/ |
D | gwakeuptest.c | 77 gint ttl; member 178 token_new (int ttl) in token_new()
|
/third_party/ltp/testcases/network/multicast/mc_commo/ |
D | mc_send.c | 26 char ttl = 0; in main() local
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-session.c | 213 long ttl; in lws_tls_session_new_cb() local 337 lws_tls_session_cache(struct lws_vhost *vh, uint32_t ttl) in lws_tls_session_cache()
|
/third_party/node/deps/cares/src/lib/ |
D | ares__addrinfo_localhost.c | 40 int ttl, in ares_append_ai_node()
|
/third_party/iptables/include/linux/netfilter/ |
D | xt_osf.h | 45 __u32 ttl; member 70 __u8 ttl, df; member
|
/third_party/node/test/internet/ |
D | test-dns.js | 100 ttl: true property 104 ttl: true property 128 ttl: true property 132 ttl: true property
|
/third_party/node/lib/internal/dns/ |
D | promises.js | 178 result, (address, index) => ({ address, ttl: ttls[index] })); property 183 function createResolverPromise(resolver, bindingName, hostname, ttl) { argument
|