inet_network(cp)(a0) */
| 1010 | |
| 1011 | /* inet_network(cp)(a0) */ |
| 1012 | static 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) */ |
nothing calls this directly
no test coverage detected