Lines Matching defs:intval
1437 int intval;
1508 intval = (so->so_state & SS_ACCEPTCONN) ? 0 :
1510 if (so_copyout(&intval, (void *)arg, sizeof (intval),
1518 intval = 0;
1520 if (so_copyout(&intval, (void *)arg, sizeof (int),
1560 intval = STRUCT_FGET(opt, sopt_aid);
1562 if ((so->so_type == SOCK_SEQPACKET) && intval) {
1563 if ((error = sosctp_assoc(ss, intval, &ssa)) != 0) {
1628 intval = STRUCT_FGET(opt, sopt_aid);
1630 if (intval != 0) {
1631 if ((error = sosctp_assoc(ss, intval, &ssa)) != 0) {
1652 kmem_free(buf, intval);
1679 if (so_copyin((void *)arg, &intval, sizeof (intval),
1683 if (intval == 0) {
1719 ssa = ((uint32_t)intval >= ss->ss_maxassoc) ? NULL :
1720 ss->ss_assocs[intval].ssi_assoc;