CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/28 04:46:46
Modified files: sys/netinet : in.c Log message: Next step in disentangling the switches in in_ioctl(). Split out the handling of SIOCAIFADDR, SIOCDIFADDR, SIOCSIFADDR into a separate function, analogously to what was done in in6_ioctl(). tested by hrvoje ok visa