Home / Function/ joinSsmGroup() — netty Function Reference

joinSsmGroup() — netty Function Reference

Architecture documentation for the joinSsmGroup() function in LinuxSocket.java from the netty codebase.

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  1666df04_96e0_21e7_65b6_f78552a4df17["joinSsmGroup()"]
  b60ae45e_66b1_2a0f_625b_421b64bfcb66["LinuxSocket"]
  1666df04_96e0_21e7_65b6_f78552a4df17 -->|defined in| b60ae45e_66b1_2a0f_625b_421b64bfcb66
  3d72cfee_4391_8a07_bb1f_af17b0113d23["joinGroup()"]
  3d72cfee_4391_8a07_bb1f_af17b0113d23 -->|calls| 1666df04_96e0_21e7_65b6_f78552a4df17
  style 1666df04_96e0_21e7_65b6_f78552a4df17 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java lines 341–342

    private static native void joinSsmGroup(int fd, boolean ipv6, byte[] group, byte[] interfaceAddress,
                                            int scopeId, int interfaceIndex, byte[] source) throws IOException;

Domain

Subdomains

Called By

Frequently Asked Questions

What does joinSsmGroup() do?
joinSsmGroup() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java.
Where is joinSsmGroup() defined?
joinSsmGroup() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java at line 341.
What calls joinSsmGroup()?
joinSsmGroup() is called by 1 function(s): joinGroup.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free