// This structure is modified only at startup (when libc.so is loaded) and never // afterwards, so it's okay that it's read later at runtime without a lock.
__LIBC_HIDDEN__ NetdClientDispatch __netdClientDispatch __attribute__((aligned(32))) = {
__accept4,
__connect,
__sendmmsg,
__sendmsg,
__sendto,
__socket,
fallBackNetIdForResolv,
fallBackDnsOpenProxy,
};
int accept4(int fd, sockaddr* addr, socklen_t* addr_length, int flags) { return FDTRACK_CREATE(__netdClientDispatch.accept4(fd, addr, addr_length, flags));
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.