ifr_pwe3
printf(" %s", req.ifr_pwe3 ? "cw" : "nocw");
printf(" %s", req.ifr_pwe3 ? "fat" : "nofat");
req.ifr_pwe3 = value;
ifr->ifr_pwe3 = IF_PWE3_IP;
sc->sc_cword = ifr->ifr_pwe3 ? 1 : 0;
ifr->ifr_pwe3 = sc->sc_cword;
sc->sc_fword = ifr->ifr_pwe3 ? 1 : 0;
ifr->ifr_pwe3 = sc->sc_fword;
ifr->ifr_pwe3 = IF_PWE3_ETHERNET;
sc->sc_cword = ifr->ifr_pwe3 ? 1 : 0;
ifr->ifr_pwe3 = sc->sc_cword;
sc->sc_fword = ifr->ifr_pwe3 ? 1 : 0;
ifr->ifr_pwe3 = sc->sc_fword;
if (ifr.ifr_pwe3 != IF_PWE3_ETHERNET) {