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
  717449de_e3d0_7c1e_3ad4_a117423e29e9["leaveSsmGroup()"]
  d4234a66_3b23_bb74_6392_7b4eca8428c6["LinuxSocket"]
  717449de_e3d0_7c1e_3ad4_a117423e29e9 -->|defined in| d4234a66_3b23_bb74_6392_7b4eca8428c6
  c4b19d7f_7c52_b232_b137_be9158a33b06["leaveGroup()"]
  c4b19d7f_7c52_b232_b137_be9158a33b06 -->|calls| 717449de_e3d0_7c1e_3ad4_a117423e29e9
  style 717449de_e3d0_7c1e_3ad4_a117423e29e9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java lines 460–461

    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-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java.
Where is leaveSsmGroup() defined?
leaveSsmGroup() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/LinuxSocket.java at line 460.
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