| version 1.181, 2003/11/11 20:25:26 |
version 1.182, 2003/11/12 15:00:05 |
| Line 2059 ip_sysctl(name, namelen, oldp, oldlenp, |
|
| Line 2059 ip_sysctl(name, namelen, oldp, oldlenp, |
|
| case IPCTL_CHECKINTERFACE: |
case IPCTL_CHECKINTERFACE: |
| return (sysctl_int(oldp, oldlenp, newp, newlen, |
return (sysctl_int(oldp, oldlenp, newp, newlen, |
| &ip_checkinterface)); |
&ip_checkinterface)); |
| |
|
| case IPCTL_IFQ: |
case IPCTL_IFQ: |
| return (sysctl_ifq(name+1, namelen-1, |
return (sysctl_ifq(name + 1, namelen - 1, oldp, oldlenp, |
| oldp, oldlenp, newp, newlen, |
newp, newlen, &ipintrq)); |
| &ipintrq)); |
|
| |
|
| default: |
default: |
| return (EOPNOTSUPP); |
return (EOPNOTSUPP); |