Searched refs:addrCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpNet.c351 int i, addrCount; local
355 if ((addrCount = nio_sctp_getladdrs(fd, 0, (void **)&addr_buf)) == -1) {
357 if ((addrCount = nio_sctp_getladdrs(fd, 0, (struct sockaddr **)&addr_buf)) == -1) {
363 if (addrCount < 1)
371 isaa = (*env)->NewObjectArray(env, addrCount, isaCls, NULL);
378 for (i=0; i<addrCount; i++) {
402 int i, addrCount; local
406 if ((addrCount = nio_sctp_getpaddrs(fd, id, (void **)&addr_buf)) == -1) {
408 if ((addrCount = nio_sctp_getpaddrs(fd, id, (struct sockaddr**)&addr_buf)) == -1) {
414 if (addrCount <
[all...]

Completed in 28 milliseconds