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

Function bsdsocklib_gethostname

src/bsdsocket.cpp:1219–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217}
1218
1219static uae_u32 REGPARAM2 bsdsocklib_gethostname (TrapContext *ctx)
1220{
1221 return host_gethostname(ctx, trap_get_areg(ctx, 0), trap_get_dreg(ctx, 0));
1222}
1223
1224static uae_u32 REGPARAM2 bsdsocklib_gethostid (TrapContext *ctx)
1225{

Callers

nothing calls this directly

Calls 3

host_gethostnameFunction · 0.85
trap_get_aregFunction · 0.85
trap_get_dregFunction · 0.85

Tested by

no test coverage detected