MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / bsdsocklib_inet_network

Function bsdsocklib_inet_network

src/bsdsocket.cpp:1012–1015  ·  view source on GitHub ↗

inet_network(cp)(a0) */

Source from the content-addressed store, hash-verified

1010
1011/* inet_network(cp)(a0) */
1012static uae_u32 REGPARAM2 bsdsocklib_inet_network (TrapContext *ctx)
1013{
1014 return host_inet_addr(ctx, trap_get_areg(ctx, 0));
1015}
1016
1017/* *------ gethostbyname etc */
1018/* gethostbyname(name)(a0) */

Callers

nothing calls this directly

Calls 2

host_inet_addrFunction · 0.85
trap_get_aregFunction · 0.85

Tested by

no test coverage detected