Home / Function/ setScmRightsFd() — netty Function Reference

setScmRightsFd() — netty Function Reference

Architecture documentation for the setScmRightsFd() function in MsgHdrMemory.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  22809dce_8e11_9748_9050_4e22fcc285be["setScmRightsFd()"]
  99ae51db_2948_44c9_7279_d8199f61277a["MsgHdrMemory"]
  22809dce_8e11_9748_9050_4e22fcc285be -->|defined in| 99ae51db_2948_44c9_7279_d8199f61277a
  style 22809dce_8e11_9748_9050_4e22fcc285be fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/MsgHdrMemory.java lines 127–129

    void setScmRightsFd(int fd) {
        MsgHdr.prepSendFd(msgHdrMemory, fd, cmsgDataMemory, cmsgDataOffset, iovMemory, 1);
    }

Domain

Subdomains

Frequently Asked Questions

What does setScmRightsFd() do?
setScmRightsFd() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/MsgHdrMemory.java.
Where is setScmRightsFd() defined?
setScmRightsFd() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/MsgHdrMemory.java at line 127.

Analyze Your Own Codebase

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

Try Supermodel Free