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

Function bsdsocklib_inet_addr

src/bsdsocket.cpp:988–991  ·  view source on GitHub ↗

inet_addr(cp)(a0) */

Source from the content-addressed store, hash-verified

986
987/* inet_addr(cp)(a0) */
988static uae_u32 REGPARAM2 bsdsocklib_inet_addr (TrapContext *ctx)
989{
990 return host_inet_addr(ctx, trap_get_areg(ctx, 0));
991}
992
993/* Inet_LnaOf(in)(d0) */
994static uae_u32 REGPARAM2 bsdsocklib_Inet_LnaOf (TrapContext *ctx)

Callers

nothing calls this directly

Calls 2

host_inet_addrFunction · 0.85
trap_get_aregFunction · 0.85

Tested by

no test coverage detected