IPX/SPX Programming Manual

Library Routines
HP NonStop IPX/SPX Programming Manual528022-001
5-30
ipx_ntoa
ipx_ntoa
The ipx_ntoa function converts an address from binary format to hexadecimal
format.
asc_ptr
points to a null-terminated character string containing the IPX address in
hexadecimal format. All numbers are expressed in hexadecimal format. This is the
return value.
pIn
is a character pointer to a 12-byte IPX address.
Errors
No errors are returned for this function.
C synopsis
#include <socket.h>
#include <nv.h>
asc_ptr = ipx_ntoa (pIn);
struct nv_addr * pIn;
char *asc_ptr;
TAL synopsis
?NOLIST, SOURCE SOCKPROC
asc_ptr := ipx_ntoa (pIn;
INT(32) asc_ptr;
INT .EXT pIn(ipx_addr);