ipbox             699 ftp/ftp.c      	union ipbox		ipbox;
ipbox             772 ftp/ftp.c      		ipbox.c[n] = (unsigned char) b[n];
ipbox             776 ftp/ftp.c      	sin->sin_addr = ipbox.ia[0];
ipbox             777 ftp/ftp.c      	sin->sin_port = ipbox.s[2];
ipbox            1380 ftp/ftp.c      	union ipbox		ipbox;
ipbox            1469 ftp/ftp.c      	ipbox.ia[0] = ((struct sockaddr_in*) sa)->sin_addr;
ipbox            1470 ftp/ftp.c      	ipbox.s[2] = ((struct sockaddr_in*) &addr)->sin_port;
ipbox            1471 ftp/ftp.c      	snprintf(arg, sizeof(arg), "%u,%u,%u,%u,%u,%u", ipbox.c[0], ipbox.c[1], ipbox.c[2], ipbox.c[3], ipbox.c[4], ipbox.c[5]);