mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs.
All dependent code has been updated to use the revised interfaces.
This commit is contained in:
1
scp.h
1
scp.h
@@ -106,7 +106,6 @@ char *get_glyph_nc (char *iptr, char *optr, char mchar);
|
||||
t_value get_uint (char *cptr, uint32 radix, t_value max, t_stat *status);
|
||||
char *get_range (DEVICE *dptr, char *cptr, t_addr *lo, t_addr *hi,
|
||||
uint32 rdx, t_addr max, char term);
|
||||
t_stat get_ipaddr (char *cptr, uint32 *ipa, uint32 *ipp);
|
||||
t_value strtotv (char *cptr, char **endptr, uint32 radix);
|
||||
t_stat fprint_val (FILE *stream, t_value val, uint32 rdx, uint32 wid, uint32 fmt);
|
||||
CTAB *find_cmd (char *gbuf);
|
||||
|
||||
Reference in New Issue
Block a user