Searched refs:kopt (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/solaris/native/sun/nio/ch/ |
H A D | SctpNet.c | 496 int klevel, kopt; local 502 if (mapSocketOption(opt, &klevel, &kopt) < 0) { 523 if (NET_SetSockOpt(fd, klevel, kopt, parg, arglen) < 0) { 536 int klevel, kopt; local 542 if (mapSocketOption(opt, &klevel, &kopt) < 0) { 556 if (NET_GetSockOpt(fd, klevel, kopt, arg, &arglen) < 0) {
|
Completed in 23 milliseconds