agrport_config_promisc
error = agrport_config_promisc(port, promisc);
agrport_config_promisc(port, (ifp->if_flags & IFF_PROMISC) != 0);
error = agrport_config_promisc(port, false);
static int agrport_config_promisc(struct agr_port *, bool);