Home / Function/ leaveSsmGroup() — netty Function Reference

leaveSsmGroup() — netty Function Reference

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

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  c4eb85f4_4317_7650_b11a_1bedfd2d2db0["leaveSsmGroup()"]
  b60ae45e_66b1_2a0f_625b_421b64bfcb66["LinuxSocket"]
  c4eb85f4_4317_7650_b11a_1bedfd2d2db0 -->|defined in| b60ae45e_66b1_2a0f_625b_421b64bfcb66
  6ab70505_2fef_4120_bafe_110bee041290["leaveGroup()"]
  6ab70505_2fef_4120_bafe_110bee041290 -->|calls| c4eb85f4_4317_7650_b11a_1bedfd2d2db0
  style c4eb85f4_4317_7650_b11a_1bedfd2d2db0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

    private static native void leaveSsmGroup(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 leaveSsmGroup() do?
leaveSsmGroup() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java.
Where is leaveSsmGroup() defined?
leaveSsmGroup() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/LinuxSocket.java at line 345.
What calls leaveSsmGroup()?
leaveSsmGroup() is called by 1 function(s): leaveGroup.

Analyze Your Own Codebase

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

Try Supermodel Free