Home
last modified time | relevance | path

Searched refs:SIOCDELLABEL (Results 1 – 6 of 6) sorted by path

/openbsd/sbin/ifconfig/
H A Difconfig.c4067 if (ioctl(sock, SIOCDELLABEL, (caddr_t)&ifr) == -1) in unsetmplslabel()
/openbsd/sys/net/
H A Dif.c2416 case SIOCDELLABEL: in ifioctl()
H A Dif_mpe.c407 case SIOCDELLABEL: in mpe_ioctl()
H A Dif_mpip.c386 case SIOCDELLABEL: in mpip_ioctl()
H A Dif_mpw.c446 case SIOCDELLABEL: in mpw_ioctl()
/openbsd/sys/sys/
H A Dsockio.h140 #define SIOCDELLABEL _IOW('i', 151, struct ifreq) /* del MPLS label */ macro