Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rust-lang/libc
/ cmsg_nxthdr
Function
cmsg_nxthdr
libc-test/src/cmsg.c:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
struct cmsghdr *cmsg_nxthdr(struct msghdr *msgh, struct cmsghdr *cmsg) {
14
return CMSG_NXTHDR(msgh, cmsg);
15
}
16
17
size_t cmsg_space(size_t length) {
18
return CMSG_SPACE(length);
Callers
1
test_cmsg_nxthdr
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_cmsg_nxthdr
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…