MCPcopy 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
114int 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_acceptFunction · 0.85
__wrap_acceptFunction · 0.85

Calls 1

__acceptFunction · 0.85

Tested by

no test coverage detected