Home
last modified time | relevance | path

Searched defs:net (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c62 sctp_enforce_cwnd_limit(struct sctp_association *assoc, struct sctp_nets *net) in sctp_enforce_cwnd_limit()
75 sctp_set_initial_cc_param(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_set_initial_cc_param()
119 struct sctp_nets *net; in sctp_cwnd_update_after_fr() local
257 cc_bw_same(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw, in cc_bw_same()
412 cc_bw_decrease(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw, uint64_t rtt_offset, in cc_bw_decrease()
573 cc_bw_increase(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw, uint64_t vtag) in cc_bw_increase()
627 cc_bw_limit(struct sctp_tcb *stcb, struct sctp_nets *net, uint64_t nbw) in cc_bw_limit()
765 struct sctp_nets *net; in sctp_cwnd_update_after_sack_common() local
1083 sctp_cwnd_update_exit_pf_common(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_cwnd_update_exit_pf_common()
1106 sctp_cwnd_update_after_timeout(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_cwnd_update_after_timeout()
[all …]
Dsctp_timer.c98 struct sctp_nets *net, uint16_t threshold) in sctp_threshold_management()
179 struct sctp_nets *net,
407 struct sctp_nets *net,
478 struct sctp_nets *net,
817 struct sctp_nets *net)
1013 struct sctp_nets *net)
1126 struct sctp_nets *alt, *net; local
1188 struct sctp_nets *net)
1307 struct sctp_nets *net)
1330 struct sctp_nets *net)
[all …]
Dsctp_input.c69 struct sctp_nets *net; in sctp_stop_all_cookie_timers() local
97 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_no_unlock, in sctp_handle_init()
459 struct sctp_nets *net, int *abort_no_unlock, in sctp_process_init_ack()
618 struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_heartbeat_ack()
832 struct sctp_nets *net) in sctp_handle_nat_missing_state()
849 struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_abort()
923 struct sctp_nets *net; in sctp_start_net_timers() local
952 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) in sctp_handle_shutdown()
1080 struct sctp_nets *net) in sctp_handle_shutdown_ack()
1232 struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t limit) in sctp_handle_error()
[all …]
Dsctp_usrreq.c251 struct sctp_nets *net,
376 struct sctp_nets *net; local
514 struct sctp_nets *net; local
2764 struct sctp_nets *net; local
2819 struct sctp_nets *net; local
2910 struct sctp_nets *net; local
3127 struct sctp_nets *net; local
3225 struct sctp_nets *net; local
3862 struct sctp_nets *net; local
3986 struct sctp_nets *net; local
[all …]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksEndian.hpp60 inline u16 NetworkToHost16 (u16 net) { return HostToNetwork16(net); } in NetworkToHost16()
61 inline u32 NetworkToHost32 (u32 net) { return HostToNetwork32(net); } in NetworkToHost32()
62 inline u64 NetworkToHost64 (u64 net) { return HostToNetwork64(net); } in NetworkToHost64()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dinet_makeaddr.c42 const uint32_t net = 0x00000200; in inet_makeaddr_0200() local
55 const uint32_t net = 0x00020000; in inet_makeaddr_0300() local
/third_party/node/test/parallel/
Dtest-net-server-simultaneous-accepts-produce-warning-once.js4 const net = require('net'); constant
Dtest-net-connect-after-destroy.js5 const net = require('net'); constant
Dtest-net-end-without-connect.js24 const net = require('net'); constant
Dtest-net-isip.js25 const net = require('net'); constant
Dtest-net-server-unref.js24 const net = require('net'); constant
Dtest-net-listen-close-server-callback-is-not-function.js3 const net = require('net'); constant
Dtest-net-connect-destroy.js3 const net = require('net'); constant
Dtest-ref-unref-return.js4 const net = require('net'); constant
Dtest-net-listen-after-destroying-stdin.js7 const net = require('net'); constant
Dtest-net-server-unref-persistent.js3 const net = require('net'); constant
Dtest-net-socket-end-before-connect.js5 const net = require('net'); constant
Dtest-net-listening.js4 const net = require('net'); constant
Dtest-net-timeout-no-handle.js4 const net = require('net'); constant
Dtest-net-isipv6.js4 const net = require('net'); constant
Dtest-net-socket-connecting.js4 const net = require('net'); constant
Dtest-net-isipv4.js4 const net = require('net'); constant
/third_party/node/test/async-hooks/
Dtest-net-get-connections.js4 const net = require('net'); constant
/third_party/node/test/sequential/
Dtest-net-connect-handle-econnrefused.js24 const net = require('net'); constant
/third_party/node/test/internet/
Dtest-net-connect-unref.js24 const net = require('net'); constant

12345678910>>...17