- case SIOCGASSOCIDS32: /* struct so_aidreq32 */
- case SIOCGASSOCIDS64: /* struct so_aidreq64 */
- return (inctl_associd(so, cmd, data));
- /* NOTREACHED */
-
- case SIOCGCONNIDS32: /* struct so_cidreq32 */
- case SIOCGCONNIDS64: /* struct so_cidreq64 */
- return (inctl_connid(so, cmd, data));
- /* NOTREACHED */
-
- case SIOCGCONNINFO32: /* struct so_cinforeq32 */
- case SIOCGCONNINFO64: /* struct so_cinforeq64 */
- return (inctl_conninfo(so, cmd, data));
+ case SIOCGASSOCIDS32: /* struct so_aidreq32 */
+ case SIOCGASSOCIDS64: /* struct so_aidreq64 */
+ return inctl_associd(so, cmd, data);
+ /* NOTREACHED */
+
+ case SIOCGCONNIDS32: /* struct so_cidreq32 */
+ case SIOCGCONNIDS64: /* struct so_cidreq64 */
+ return inctl_connid(so, cmd, data);
+ /* NOTREACHED */
+
+ case SIOCGCONNINFO32: /* struct so_cinforeq32 */
+ case SIOCGCONNINFO64: /* struct so_cinforeq64 */
+ return inctl_conninfo(so, cmd, data);