MCPcopy Create free account

hub / github.com/Revertron/Yggdrasil-ng / functions

Functions719 in github.com/Revertron/Yggdrasil-ng

Functionavx2_matches_scalar_blocks
()
crates/salsa20-simd/src/avx2.rs:206
Functionavx2_public_api_matches_scalar_stream
()
crates/salsa20-simd/src/avx2.rs:234
Functionbecome_root_on_first_maintenance
()
crates/ironwood/src/router.rs:1487
Functionbloom_roundtrip
()
crates/ironwood/src/wire.rs:764
Functionbloom_wire_size
(data: &[u64; BLOOM_FILTER_U64S])
crates/ironwood/src/wire.rs:521
Functionbox_seal_and_open
()
crates/ironwood/src/encrypted/crypto.rs:215
Functionbox_wrong_nonce_fails
()
crates/ironwood/src/encrypted/crypto.rs:229
Methodcleanup
Clean up expired entries from the key store.
crates/yggdrasil/src/ipv6rwc.rs:392
Methodcleanup_expired
Clean up expired sessions and buffers.
crates/ironwood/src/encrypted/session.rs:945
Methodclient_auth_mandatory
(&self)
crates/yggdrasil/src/tls_support.rs:169
Methodclose
Stop the admin socket.
crates/yggdrasil/src/admin.rs:92
Methodclose
Stop all listeners and peers.
crates/yggdrasil/src/links.rs:917
Methodclose
Stop the multicast discovery engine.
crates/yggdrasil/src/multicast.rs:209
Functioncodel_drops_on_persistent_standing_queue
()
crates/ironwood/src/traffic.rs:620
Functioncodel_no_drop_when_not_standing
()
crates/ironwood/src/traffic.rs:603
Functioncopy_from_reuses_allocations
()
crates/ironwood/src/traffic.rs:708
Methodcount_lookup_targets
Count how many on-tree peers' bloom filters cover the given destination key.
crates/ironwood/src/core.rs:910
Methodcount_lookup_targets
Count how many on-tree peers' bloom filters cover the given destination key. Returns (xformed_key, multicast_count).
crates/ironwood/src/encrypted/mod.rs:171
Methodcount_ones
Count the number of set bits (for diagnostics).
crates/ironwood/src/bloom.rs:83
Functioncreate_and_close
()
crates/ironwood/src/core.rs:939
Functioncustom_node_info_table_passes_through
()
crates/yggdrasil/src/config.rs:492
Methoddecode
(r: &mut WireReader)
crates/ironwood/src/wire.rs:211
Methoddecode
Decode metadata from a reader. Verifies the signature.
crates/yggdrasil/src/version.rs:124
Methoddecode
(data: &[u8])
crates/yggdrasil/src/multicast.rs:59
Methoddefault
()
crates/ironwood/src/config.rs:33
Methoddefault
()
crates/ironwood/src/bloom.rs:28
Methoddefault
()
crates/yggdrasil/src/config.rs:145
Methoddefault
()
crates/yggdrasil/src/links.rs:164
Methoddefault
()
crates/yggdrasil/src/version.rs:46
Functiondefault_admin_listen
()
crates/yggdrasil/src/config.rs:217
Functiondefault_multicast_filter
()
crates/yggdrasil/src/config.rs:32
Functiondefault_node_info
()
crates/yggdrasil/src/config.rs:229
Functiondefault_true
()
crates/yggdrasil/src/config.rs:36
Methoddrop
(&mut self)
crates/salsa20-simd/src/lib.rs:348
Methoddrop
(&mut self)
crates/yggdrasil/src/links.rs:339
Functiondrop_largest_removes_from_biggest_flow
()
crates/ironwood/src/traffic.rs:671
Functiondrr_round_robin_fairness
()
crates/ironwood/src/traffic.rs:720
Functioned25519_to_curve25519_roundtrip
()
crates/ironwood/src/encrypted/crypto.rs:240
Functionempty_array_with_user_comment_is_preserved
()
crates/yggdrasil/src/config.rs:471
Functionempty_input_yields_template_minus_private_key
()
crates/yggdrasil/src/config.rs:511
Functionempty_path_roundtrip
()
crates/ironwood/src/wire.rs:625
Functionencrypted_create_and_close
()
crates/ironwood/src/encrypted/mod.rs:366
Functionencrypted_mtu_accounts_for_overhead
()
crates/ironwood/src/encrypted/mod.rs:378
Methodexpire_infos
Expire old router infos.
crates/ironwood/src/router.rs:1423
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
crates/ironwood/src/types.rs:16
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
crates/ironwood/src/bloom.rs:483
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
crates/yggdrasil/src/address.rs:72
Methodforce_lookup
Force a path lookup for the given destination, bypassing the rumor throttle.
crates/ironwood/src/router.rs:1192
Methodforce_lookup
Force a path lookup for the given destination, bypassing the rumor throttle. Returns the number of peers the lookup was multicast to.
crates/ironwood/src/encrypted/mod.rs:177
Methodforce_refresh
Force an immediate router refresh on the next maintenance tick. Called after the runtime detects a wall-clock jump (Android Doze resume): the rest of
crates/ironwood/src/router.rs:1411
Methodforce_refresh
Force an immediate router refresh / re-announce (delegates to inner).
crates/ironwood/src/encrypted/mod.rs:182
Methodforce_router_refresh
External nudge to force an immediate router refresh / re-announce. Used by mobile clients to keep the mesh view of us fresh during long suspend window
crates/yggdrasil/src/core.rs:338
Functionformat_bytes
Format bytes as human-readable string (KB, MB, GB, etc.)
crates/yggdrasil/src/ctl.rs:357
Functionformat_peer_uri
Format a peer URI for display, resolving numeric IPv6 scope IDs to interface names.
crates/yggdrasil/src/links.rs:101
Functionformat_uptime
Format uptime in seconds as human-readable string (e.g., "1h23m45s")
crates/yggdrasil/src/ctl.rs:376
Functionframe_roundtrip
()
crates/ironwood/src/wire.rs:779
Methodfrom
(bytes: [u8; 32])
crates/ironwood/src/types.rs:31
Methodfrom_raw
Create from a raw u64 array (e.g., from wire decoding).
crates/ironwood/src/bloom.rs:42
Methodfrom_raw_state
Create new Salsa core from raw state. This method is mainly intended for the `scrypt` crate. Other users generally should not use this method.
crates/salsa20-simd/src/lib.rs:219
Methodfrom_wire
Convert from wire format.
crates/ironwood/src/router.rs:107
Functiongc_evicts_stale
()
crates/yggdrasil/src/firewall.rs:698
Methodgen_ks_block
(&mut self, block: &mut Block<Self>)
crates/salsa20-simd/src/avx2.rs:66
Methodgen_ks_block
(&mut self, block: &mut Block<Self>)
crates/salsa20-simd/src/sse2.rs:59
Methodgen_ks_block
(&mut self, block: &mut Block<Self>)
crates/salsa20-simd/src/lib.rs:372
Methodgen_ks_block
(&mut self, block: &mut Block<Self>)
crates/salsa20-simd/src/neon.rs:55
Methodgen_par_ks_blocks
(&mut self, blocks: &mut ParBlocks<Self>)
crates/salsa20-simd/src/avx2.rs:79
Methodgen_par_ks_blocks
(&mut self, blocks: &mut ParBlocks<Self>)
crates/salsa20-simd/src/sse2.rs:71
Methodgen_par_ks_blocks
(&mut self, blocks: &mut ParBlocks<Self>)
crates/salsa20-simd/src/neon.rs:67
Methodgen_tail_blocks
(&mut self, blocks: &mut [Block<Self>])
crates/salsa20-simd/src/avx2.rs:87
Methodgen_tail_blocks
(&mut self, blocks: &mut [Block<Self>])
crates/salsa20-simd/src/sse2.rs:79
Methodgen_tail_blocks
(&mut self, blocks: &mut [Block<Self>])
crates/salsa20-simd/src/neon.rs:74
Methodgenerate
Generate a new config with a fresh random keypair.
crates/yggdrasil/src/config.rs:259
Methodgenerate_config_text
Generate a commented config file as a TOML string with a fresh keypair.
crates/yggdrasil/src/config.rs:265
Methodget_block_pos
(&self)
crates/salsa20-simd/src/xsalsa.rs:66
Methodget_debug_snapshot
Get a diagnostic snapshot of internal routing state.
crates/ironwood/src/core.rs:897
Methodget_debug_snapshot
Get a diagnostic snapshot of internal routing state.
crates/ironwood/src/encrypted/mod.rs:165
Functionget_dist_same_path
()
crates/ironwood/src/router.rs:1546
Methodget_paths
Get all cached paths (from pathfinder).
crates/ironwood/src/core.rs:892
Methodget_paths
Get all cached paths (delegates to inner).
crates/ironwood/src/encrypted/mod.rs:137
Methodget_peers
Get info about all connected peers.
crates/ironwood/src/core.rs:872
Methodget_peers
Get info about all connected peers (delegates to inner).
crates/ironwood/src/encrypted/mod.rs:117
Methodget_peers
Get a snapshot of all active connections for the admin API.
crates/yggdrasil/src/links.rs:504
Functionget_root_and_path_self_root
()
crates/ironwood/src/router.rs:1535
Methodget_routing_peer_keys
Get routing peer keys (direct neighbors in spanning tree).
crates/ironwood/src/encrypted/mod.rs:160
Methodget_sessions
Get all active encrypted sessions.
crates/ironwood/src/encrypted/mod.rs:142
Methodget_tree
Get spanning tree entries.
crates/ironwood/src/core.rs:877
Methodget_tree
Get spanning tree entries (delegates to inner).
crates/ironwood/src/encrypted/mod.rs:122
Functiongroup_auth_preimage_matches_go
()
crates/ironwood/src/encrypted/session.rs:1043
Functiongroup_password_handshake_matrix
()
crates/ironwood/src/encrypted/session.rs:996
Functionhandle_admin_conn
(stream: tokio::net::TcpStream, core: Arc<Core>)
crates/yggdrasil/src/admin.rs:100
Methodhandle_bloom
Handle incoming bloom filter from a peer.
crates/ironwood/src/router.rs:1468
Functionhandle_broken
()
crates/ironwood/src/pathfinder.rs:413
Methodhandle_conn
( &self, key: Addr, conn: Box<dyn crate::types::AsyncConn>, prio: u8, )
crates/ironwood/src/signed.rs:192
Methodhandle_conn
(&self, key: Addr, conn: Box<dyn crate::types::AsyncConn>, prio: u8)
crates/ironwood/src/encrypted/mod.rs:306
Functionhandle_router_msg
Process a single router message: call the appropriate Router method and dispatch any resulting actions.
crates/ironwood/src/core.rs:319
Functionhsalsa
The HSalsa20 function defined in the paper "Extending the Salsa20 nonce" <https://cr.yp.to/snuffle/xsalsa-20110204.pdf> HSalsa20 takes 512-bits of i
crates/salsa20-simd/src/xsalsa.rs:91
Functionicmp_echo_default_allowed
()
crates/yggdrasil/src/firewall.rs:577
Functionicmp_echo_disabled
()
crates/yggdrasil/src/firewall.rs:589
Functionicmp_echo_reply_matches_outbound_request
()
crates/yggdrasil/src/firewall.rs:604
Functionicmp_error_always_allowed
()
crates/yggdrasil/src/firewall.rs:636
← previousnext →401–500 of 719, ranked by callers