if_getcapenable2
mask2 = ifr_nv->reqcap2 ^ if_getcapenable2(ifp);
drv_ioctl_data->reqcap2 = if_getcapenable2(ifp);
mask = drv_ioctl_data->reqcap2 ^ if_getcapenable2(ifp);
bool was_enabled = (if_getcapenable2(ifp) &
if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_IPSEC_OFFLOAD)) != 0) {
if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS6)) == 0) {
if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS4)) == 0) {
if ((if_getcapenable2(ifp) & IFCAP2_RXTLS6) == 0)
if ((if_getcapenable2(ifp) & IFCAP2_RXTLS4) == 0)
int if_getcapenable2(const if_t ifp);
all_caps[1] = (uint32_t)if_getcapenable2(ifp);