Home
last modified time | relevance | path

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

/openbsd/sbin/ifconfig/
H A Difconfig.c4026 if (ioctl(sock, SIOCGETLABEL, (caddr_t)&ifr) == -1) { in mpls_status()
/openbsd/sys/net/
H A Dif_mpe.c384 case SIOCGETLABEL: in mpe_ioctl()
H A Dif_mpip.c383 case SIOCGETLABEL: in mpip_ioctl()
H A Dif_mpw.c437 case SIOCGETLABEL: in mpw_ioctl()
/openbsd/sys/sys/
H A Dsockio.h143 #define SIOCGETLABEL _IOW('i', 154, struct ifreq) /* get MPLS label */ macro
/openbsd/usr.sbin/bgpd/
H A Dkroute.c2648 if (ioctl(s, SIOCGETLABEL, (caddr_t)&ifr) == -1) { in get_mpe_config()