Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ accept4
Function
accept4
implementation/utility/src/wrappers_qnx.cpp:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
int accept4(int s, struct sockaddr* addr, socklen_t* addrlen, int flags) {
115
return __accept(s, addr, addrlen, ACCEPT4, flags);
116
}
117
118
/*
119
* These definitions MUST remain in the global namespace.
Callers
2
__wrap_accept
Function · 0.85
__wrap_accept
Function · 0.85
Calls
1
__accept
Function · 0.85
Tested by
no test coverage detected