z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


FREEADDRINFO

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

The FREEADDRINFO call frees all the address information structures returned by GETADDRINFO in the RES parameter.

The following requirements apply to this call:

Figure 1 shows an example of FREEADDRINFO call instructions.

Figure 1. FREEADDRINFO call instruction example
    WORKING-STORAGE SECTION.
        01  SOC-FUNCTION    PIC X(16)  VALUE IS 'FREEADDRINFO'.
        01  ADDRINFO        PIC 9(8) BINARY.
        01  ERRNO           PIC 9(8) BINARY.
        01  RETCODE         PIC S9(8) BINARY.
 
 
    PROCEDURE DIVISION.
    CALL 'EZASOKET' USING SOC-FUNCTION ADDRINFO
                    ERRNO RETCODE.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014