MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / fstack_bind

Function fstack_bind

io/fstack-dpdk.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281int fstack_bind(int sockfd, const struct sockaddr* addr, socklen_t addrlen) {
282 return ff_bind(sockfd, (linux_sockaddr*) addr, addrlen);
283}
284
285int fstack_accept(int sockfd, struct sockaddr* addr, socklen_t* addrlen, Timeout timeout) {
286 return photon::net::DOIO_ONCE(ff_accept(sockfd, (linux_sockaddr*) addr, addrlen),

Callers 1

bindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected