IFCAP_TXTLS_RTLMT
DEF_CMD("txtlsrtlmt", IFCAP_TXTLS_RTLMT, setifcap),
DEF_CMD("-txtlsrtlmt", IFCAP_TXTLS_RTLMT, clearifcap),
drv_ioctl_data->reqcap &= ~(IFCAP_TXTLS_RTLMT |
if (mask & IFCAP_TXTLS_RTLMT)
if_togglecapenable(ifp, IFCAP_TXTLS_RTLMT);
if_setcapabilitiesbit(ifp, IFCAP_TXTLS_RTLMT, 0);
(if_getcapenable(ifp) & IFCAP_TXTLS_RTLMT) != 0) {
if (p->if_capabilities & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT))
cap |= p->if_capabilities & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT);
if (p->if_capenable & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT))
ena |= mena & (IFCAP_TXTLS | IFCAP_TXTLS_RTLMT);
if ((ifp->if_capenable & IFCAP_TXTLS_RTLMT) == 0 ||