inet_addr(cp)(a0) */
| 986 | |
| 987 | /* inet_addr(cp)(a0) */ |
| 988 | static 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) */ |
| 994 | static uae_u32 REGPARAM2 bsdsocklib_Inet_LnaOf (TrapContext *ctx) |
nothing calls this directly
no test coverage detected